@vercel/next 4.10.8 → 4.10.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15432,7 +15432,8 @@ ${JSON.stringify(
|
|
|
15432
15432
|
has: [
|
|
15433
15433
|
{
|
|
15434
15434
|
type: "header",
|
|
15435
|
-
key: rscPrefetchHeader
|
|
15435
|
+
key: rscPrefetchHeader,
|
|
15436
|
+
value: "1"
|
|
15436
15437
|
}
|
|
15437
15438
|
],
|
|
15438
15439
|
dest: import_path4.default.posix.join(
|
|
@@ -15453,7 +15454,8 @@ ${JSON.stringify(
|
|
|
15453
15454
|
has: [
|
|
15454
15455
|
{
|
|
15455
15456
|
type: "header",
|
|
15456
|
-
key: rscPrefetchHeader
|
|
15457
|
+
key: rscPrefetchHeader,
|
|
15458
|
+
value: "1"
|
|
15457
15459
|
}
|
|
15458
15460
|
],
|
|
15459
15461
|
dest: import_path4.default.posix.join(
|