Initial commit from Create Next App

This commit is contained in:
Jan Wagner
2026-08-15 23:43:20 +02:00
commit f8c5aa0426
19 changed files with 7089 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;