initian commit

This commit is contained in:
2025-08-16 13:08:52 +02:00
parent 7118c8a7f0
commit bf061bff08
22 changed files with 3155 additions and 321 deletions

View File

@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
telemetry: false,
};
export default nextConfig;
export default nextConfig;