diff --git a/bun.lockb b/bun.lockb index 573b35a..75eaff9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.mjs b/next.config.mjs index 1ce607c..74a9eb5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -22,6 +22,9 @@ const withPWA = withPWAInit({ /** @type {import('next').NextConfig} */ const nextConfig = { + experimental: { + inlineCss: true, + }, output: "standalone", logging: { fetches: { diff --git a/package.json b/package.json index 23823bb..95f3733 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "framer-motion": "^12.0.0-alpha.2", "lucide-react": "^0.454.0", "luxon": "^3.5.0", - "next": "^15.0.4", + "next": "^15.0.4-canary.48", "next-auth": "^5.0.0-beta.25", "next-intl": "^3.26.0", "next-runtime-env": "^3.2.2",