|
I receive the following error everytime I build my project using Is there anything else or a bad practice that would lead to this warning? How can I see which pages were exported instead of built? There is no // next.config.js
const nextConfig = {
i18n,
reactStrictMode: true,
images: {
dangerouslyAllowSVG: true,
contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
},
async redirects() {
return [
...
]
},
} |
Answered by
icyJoseph
Feb 22, 2023
Replies: 1 comment 1 reply
|
It's fixed in next@canary, expect it to be fixed in |
1 reply
Answer selected by
krismorf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's fixed in next@canary, expect it to be fixed in
13.1.7, looks like there was some "oopsie" between13.1.5and13.1.6.