fix config

This commit is contained in:
Jeff Emmett 2025-06-21 18:20:27 +02:00
parent ffbded4fb1
commit 2d0250c178
2 changed files with 17 additions and 15 deletions

View File

@ -2,10 +2,6 @@
const nextConfig = { const nextConfig = {
reactStrictMode: true, reactStrictMode: true,
swcMinify: 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 // Environment variables that should be available on the client side
env: { env: {
NEXT_PUBLIC_PUSHER_APP_KEY: process.env.NEXT_PUBLIC_PUSHER_APP_KEY, NEXT_PUBLIC_PUSHER_APP_KEY: process.env.NEXT_PUBLIC_PUSHER_APP_KEY,
@ -13,6 +9,6 @@ const nextConfig = {
NEXT_PUBLIC_SUPABASE_URL: process.env.NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_URL: process.env.NEXT_PUBLIC_SUPABASE_URL,
NEXT_PUBLIC_SUPABASE_ANON_KEY: process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY, NEXT_PUBLIC_SUPABASE_ANON_KEY: process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY,
} }
} }
module.exports = nextConfig module.exports = nextConfig

6
public/favicon.ico Normal file
View File

@ -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/