This commit is contained in:
el 2025-04-23 14:50:18 +02:00
commit 9931a631c3
20 changed files with 6556 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;