first commit

This commit is contained in:
Daniel Markow 2026-02-13 09:58:09 +01:00
commit 8b2b772a32
31 changed files with 8994 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;