Skip to content

Commit ea742df

Browse files
authored
1 parent b9891bb commit ea742df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/verification.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const checkZipSize = async (file: string, maxSize: number = LAMBDA_MAX_SI
148148
console.log(yellowBright`\n\nThese are the largest files in the zip:`)
149149
console.table(largest)
150150
console.log(
151-
greenBright`\n\nFor more information on fixing this, see ${blueBright`https://ntl.fyi/large-next-functions`}`,
151+
greenBright`\n\nFor more information on fixing this, see ${blueBright`https://docs.netlify.com/integrations/frameworks/next-js/troubleshooting/#troubleshooting-large-functions`}`,
152152
)
153153
}
154154

0 commit comments

Comments
 (0)