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 924d823 commit f290499Copy full SHA for f290499
next.config.js
@@ -2,8 +2,7 @@
2
module.exports = {
3
reactStrictMode: true,
4
images: {
5
- domains: ["cdn.sanity.io", "timyang.vercel.app"],
+ domains: ["cdn.sanity.io", "timyang.us"],
6
},
7
- experimental: { images: { allowFutureImage: true } },
8
swcMinify: true,
9
}
0 commit comments