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 6acb832 commit 75d46b4Copy full SHA for 75d46b4
packages/runtime/src/constants.ts
@@ -5,7 +5,7 @@ export const NEXT_PLUGIN_NAME = '@netlify/next-runtime'
5
export const NEXT_PLUGIN = '@netlify/plugin-nextjs'
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"
+export const IMAGE_FUNCTION_TITLE = 'next/image handler'
9
// These are paths in .next that shouldn't be publicly accessible
10
export const HIDDEN_PATHS = [
11
'/cache/*',
0 commit comments