This commit is contained in:
2025-08-25 09:36:52 +02:00
parent 627e0d835e
commit b663af6767
10 changed files with 1328 additions and 103 deletions

View File

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