Add basePath to next config
This commit is contained in:
parent
241a0d001c
commit
9ea7b3290d
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
|||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
basePath: "/3d-viewer",
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue