This commit is contained in:
sebivh
2025-09-21 00:55:20 +02:00
commit 09bce907ba
23 changed files with 2039 additions and 0 deletions

7
next.config.ts Normal file
View File

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