Skip to content

Commit 75d46b4

Browse files
committed
chore: prettier
1 parent 6acb832 commit 75d46b4

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
@@ -5,7 +5,7 @@ export const NEXT_PLUGIN_NAME = '@netlify/next-runtime'
55
export const NEXT_PLUGIN = '@netlify/plugin-nextjs'
66
export const HANDLER_FUNCTION_TITLE = 'Next.js SSR handler'
77
export const ODB_FUNCTION_TITLE = 'Next.js ISR handler'
8-
export const IMAGE_FUNCTION_TITLE = "next/image handler"
8+
export const IMAGE_FUNCTION_TITLE = 'next/image handler'
99
// These are paths in .next that shouldn't be publicly accessible
1010
export const HIDDEN_PATHS = [
1111
'/cache/*',

0 commit comments

Comments
 (0)