Initial commit

This commit is contained in:
2026-08-22 17:29:31 +00:00
commit 080c4d0f39
14 changed files with 7128 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { type NextConfig } from 'next';
const nextConfig: NextConfig = {
output: 'standalone',
poweredByHeader: false
};
export default nextConfig;