chore: revert standalone output and harden home page auth check

This commit is contained in:
2025-12-18 09:06:57 +01:00
parent 56178cea81
commit 1a0a132182
7 changed files with 14 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
/** @type {import('next').Config} */
const nextConfig = {
output: 'standalone',
productionBrowserSourceMaps: false,
transpilePackages: ['@supabase/auth-helpers-nextjs'],
webpack: (config, { isServer, dev }) => {