Skip to content

Commit f290499

Browse files
committed
updated nextjs
1 parent 924d823 commit f290499

File tree

4 files changed

+215
-220
lines changed

4 files changed

+215
-220
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
module.exports = {
33
reactStrictMode: true,
44
images: {
5-
domains: ["cdn.sanity.io", "timyang.vercel.app"],
5+
domains: ["cdn.sanity.io", "timyang.us"],
66
},
7-
experimental: { images: { allowFutureImage: true } },
87
swcMinify: true,
98
}

0 commit comments

Comments
 (0)