Skip to content

Commit dec7888

Browse files
committed
fix: remove blobs-manifest before publishing to cdn
1 parent dcc1e77 commit dec7888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const HIDDEN_PATHS = destr(process.env.NEXT_KEEP_METADATA_FILES)
3333
'/prerender-manifest.js',
3434
'/required-server-files.json',
3535
'/static-manifest.json',
36-
'/blob-manifest.json',
36+
'/blobs-manifest.json',
3737
]
3838

3939
export const ODB_FUNCTION_PATH = `/.netlify/builders/${ODB_FUNCTION_NAME}`

0 commit comments

Comments
 (0)