Cleaned up template

This commit is contained in:
2025-07-28 11:15:58 +02:00
parent 0f9bbb85b1
commit 1921efc76a
19 changed files with 456 additions and 222 deletions

View File

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