resolve path

This commit is contained in:
Fran Jurmanović
2025-07-06 15:13:26 +02:00
parent beec018900
commit 5956173792
17 changed files with 0 additions and 0 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;