fix project settings

This commit is contained in:
2025-03-05 13:11:27 +01:00
parent 0ea354b13c
commit 570c8a3aae
11 changed files with 35 additions and 70 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;