diff --git a/next.config.js b/next.config.js index 52f5816..9dba35e 100644 --- a/next.config.js +++ b/next.config.js @@ -2,13 +2,6 @@ const nextConfig = { 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 diff --git a/package.json b/package.json index b7ddf73..fe5acfd 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "eslint-config-next": "^14.0.4" }, "engines": { - "node": ">=18.0.0" + "node": "18.x" } } \ No newline at end of file diff --git a/pages/index.js b/pages/index.js index e385cb6..edf89e8 100644 --- a/pages/index.js +++ b/pages/index.js @@ -17,14 +17,10 @@ const ChessApp = dynamic(() => import('../components/ChessApp'), { export default function Home() { return ( - <> -
-If you can see this, Next.js routing is working.
+Current time: {new Date().toISOString()}
+