Initial template setup
CI / verify (push) Failing after 34s

This commit is contained in:
2026-05-09 16:41:16 +02:00
commit 1a7d716098
21 changed files with 492 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { NextConfig } from 'next';
const config: NextConfig = {
reactStrictMode: true,
// Adjust for your deployment. Strato + IIS reverse proxy: no extras needed.
// For containerized deployments, set output: 'standalone'.
};
export default config;