fix: add SessionProvider to fix useSession SSR crash
Some checks failed
Build & Deploy Dashboard / deploy (push) Failing after 1m2s

This commit is contained in:
Cosmo
2026-04-16 09:02:07 +00:00
parent 150a8fbf55
commit ac279a672d
4 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
missingSuspenseWithCSRBailout: false,
},
images: {
remotePatterns: [
{ protocol: 'https', hostname: '**' },