Add project template

This commit is contained in:
Oliver Ilp
2025-04-17 18:48:02 +03:00
parent fd178012be
commit b11715e332
17 changed files with 3954 additions and 2 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;