Initial commit from Create Next App

This commit is contained in:
Stefan Hardegger
2025-11-18 12:49:26 +01:00
parent 0bb7c4f5e6
commit c8eb6237c4
16 changed files with 6851 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;