diff --git a/bun.lockb b/bun.lockb index aa63f62..8c876d0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.js b/next.config.js index c557983..29429df 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,6 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, - experimental: { images: { allowFutureImage: true } }, webpack(config) { config.module.rules.push({ test: /\.svg$/i, diff --git a/package.json b/package.json index 8a6f52b..7932311 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.1", "clsx": "^2.1.0", - "next": "12.2.5", + "next": "14.1.3", "react": "18.2.0", "react-dom": "18.2.0", "sass": "^1.72.0"