We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2150e1c + d2c82e6 commit e3203eaCopy full SHA for e3203ea
1 file changed
vite.config.ts
@@ -7,6 +7,7 @@ import tsConfigPaths from "vite-tsconfig-paths";
7
import * as MdxConfig from "./source.config";
8
9
export default defineConfig({
10
+ base: "/docs",
11
server: {
12
port: 3000,
13
},
0 commit comments