Skip to content

Commit 73957bb

Browse files
authored
Use string for "fallback" in build-output-api/prerender-functions example (vercel#529)
Fixes vercel#400.
1 parent b9ed483 commit 73957bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build-output-api/prerender-functions/.vercel/output/functions/blog/post.prerender-config.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,5 @@
33
"group": 1,
44
"bypassToken": "2ec9172003a647b296f324848dd3d407",
55
"allowQuery": ["slug"],
6-
"fallback": {
7-
"type": "FileFsRef",
8-
"mode": 33188,
9-
"fsPath": "post.prerender-fallback.html"
10-
}
6+
"fallback": "post.prerender-fallback.html"
117
}

0 commit comments

Comments
 (0)