File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export const HANDLER_FUNCTION_TITLE = 'Next.js SSR handler'
7
7
export const ODB_FUNCTION_TITLE = 'Next.js ISR handler'
8
8
export const IMAGE_FUNCTION_TITLE = 'next/image handler'
9
9
// These are paths in .next that shouldn't be publicly accessible
10
+
10
11
export const HIDDEN_PATHS = [
11
12
'/cache' ,
12
13
'/server' ,
@@ -18,6 +19,15 @@ export const HIDDEN_PATHS = [
18
19
'/prerender-manifest.json' ,
19
20
'/react-loadable-manifest.json' ,
20
21
'/BUILD_ID' ,
22
+ '/app-build-manifest.json' ,
23
+ '/app-path-routes-manifest.json' ,
24
+ '/export-marker.json' ,
25
+ '/images-manifest.json' ,
26
+ '/next-server.js.nft.json' ,
27
+ '/package.json' ,
28
+ '/prerender-manifest.js' ,
29
+ '/required-server-files.json' ,
30
+ 'static-manifest.json' ,
21
31
]
22
32
23
33
export const ODB_FUNCTION_PATH = `/.netlify/builders/${ ODB_FUNCTION_NAME } `
You can’t perform that action at this time.
0 commit comments