Erste brauchbare Version

This commit is contained in:
timg
2026-08-31 19:55:41 +02:00
parent 080c4d0f39
commit 892a4d4747
35 changed files with 7103 additions and 219 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import { type NextConfig } from 'next';
import { withPayload } from '@payloadcms/next/withPayload';
const nextConfig: NextConfig = {
output: 'standalone',
poweredByHeader: false
};
export default nextConfig;
export default withPayload(nextConfig);