diff --git a/next.config.js b/next.config.js index c316c7c..52f5816 100644 --- a/next.config.js +++ b/next.config.js @@ -1,18 +1,14 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, - swcMinify: true, - experimental: { - // Enable if you want to use app directory in the future - appDir: false - }, - // Environment variables that should be available on the client side - env: { - NEXT_PUBLIC_PUSHER_APP_KEY: process.env.NEXT_PUBLIC_PUSHER_APP_KEY, - NEXT_PUBLIC_PUSHER_CLUSTER: process.env.NEXT_PUBLIC_PUSHER_CLUSTER, - NEXT_PUBLIC_SUPABASE_URL: process.env.NEXT_PUBLIC_SUPABASE_URL, - NEXT_PUBLIC_SUPABASE_ANON_KEY: process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY, - } + reactStrictMode: true, + swcMinify: true, + // Environment variables that should be available on the client side + env: { + NEXT_PUBLIC_PUSHER_APP_KEY: process.env.NEXT_PUBLIC_PUSHER_APP_KEY, + NEXT_PUBLIC_PUSHER_CLUSTER: process.env.NEXT_PUBLIC_PUSHER_CLUSTER, + NEXT_PUBLIC_SUPABASE_URL: process.env.NEXT_PUBLIC_SUPABASE_URL, + NEXT_PUBLIC_SUPABASE_ANON_KEY: process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY, } - - module.exports = nextConfig \ No newline at end of file +} + +module.exports = nextConfig \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..284fbfa --- /dev/null +++ b/public/favicon.ico @@ -0,0 +1,6 @@ +// This is a placeholder for favicon.ico +// You can download a mushroom icon from any favicon generator +// or use this simple text file as a placeholder + +// For now, create an empty file named favicon.ico in the public/ directory +// You can generate a real favicon later at https://favicon.io/ \ No newline at end of file