We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 474bdb1 + d7f0a13 commit bd5ff99Copy full SHA for bd5ff99
src/lib/pages/getStaticProps/setup.js
@@ -38,7 +38,7 @@ const setup = async ({ functionsPath, publishPath }) => {
38
39
// Skip if we have already set up a function for this file
40
// or if the source route has a fallback (handled by getStaticPropsWithFallback)
41
- if (filePathsDone.includes(filePath) || isRouteWithFallback(srcRoute)) return
+ if (filePathsDone.includes(filePath) || (await isRouteWithFallback(srcRoute))) return
42
43
logItem(filePath)
44
await setupNetlifyFunctionForPage({ filePath, functionsPath })
0 commit comments