Add basePath to next config

This commit is contained in:
Fuhrmann 2025-03-07 10:43:42 +01:00
parent 241a0d001c
commit 9ea7b3290d
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
basePath: "/3d-viewer",
};
export default nextConfig;