We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938bf9e commit 1fb212fCopy full SHA for 1fb212f
packages/runtime/src/constants.ts
@@ -7,7 +7,6 @@ export const HANDLER_FUNCTION_TITLE = 'Next.js SSR handler'
7
export const ODB_FUNCTION_TITLE = 'Next.js ISR handler'
8
export const IMAGE_FUNCTION_TITLE = 'next/image handler'
9
// These are paths in .next that shouldn't be publicly accessible
10
-
11
export const HIDDEN_PATHS = [
12
'/cache',
13
'/server',
@@ -27,7 +26,7 @@ export const HIDDEN_PATHS = [
27
26
'/package.json',
28
'/prerender-manifest.js',
29
'/required-server-files.json',
30
- 'static-manifest.json',
+ '/static-manifest.json',
31
]
32
33
export const ODB_FUNCTION_PATH = `/.netlify/builders/${ODB_FUNCTION_NAME}`
0 commit comments