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