Skip to content

Commit

Permalink
fix: downgrade Next.js
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cao <[email protected]>
  • Loading branch information
ryanccn committed Oct 28, 2023
1 parent 4606c85 commit 980fd1c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const nextConfig = withPlausibleProxy()(
withBundleAnalyzer({
reactStrictMode: true,
images: {
domains: ["cdn.modrinth.com", "media.forgecdn.net"],
remotePatterns: [{ hostname: "cdn.modrinth.com" }, { hostname: "media.forgecdn.net" }],
},

experimental: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jszip": "^3.10.1",
"lucide-react": "^0.290.0",
"nanoid": "^5.0.2",
"next": "^14.0.0",
"next": "^13.5.6",
"next-auth": "^4.24.4",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.11.3",
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 980fd1c

Please sign in to comment.