Cleaned up template

This commit is contained in:
2025-06-25 19:17:39 +02:00
parent 0e2ab04ab2
commit a9a4332f5e
16 changed files with 117 additions and 228 deletions

View File

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