You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Override user's Next Config to optimize the app for Firebase App Hosting
29
+
* and validate that the override resulted in a valid config that Next.js can
30
+
* load.
31
+
*
32
+
* If the app does not have a next.config.[js|mjs|ts] file in the first place,
33
+
* then can skip config override.
34
+
*
35
+
* Note: loadConfig always returns a fileName (default: next.config.js) even if
36
+
* one does not exist in the app's root: https://github.com/vercel/next.js/blob/23681508ca34b66a6ef55965c5eac57de20eb67f/packages/next/src/server/config.ts#L1115
0 commit comments