docker image

This commit is contained in:
Elio Bischof
2025-02-10 15:42:23 +01:00
parent cc9cc30695
commit 79b2180df5
3 changed files with 61 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ const secureHeaders = [
const nextConfig = {
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
output: 'standalone',
reactStrictMode: true, // Recommended for the `pages` directory, default in `app`.
experimental: {
dynamicIO: true,