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 = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
/* config options here */
|
||||||
|
basePath: "/3d-viewer",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|
|
@ -30,4 +30,4 @@
|
||||||
"tailwindcss": "^4.0.11",
|
"tailwindcss": "^4.0.11",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue