Skip to content

Commit e3203ea

Browse files
authored
Merge pull request #2 from OrcaCD/fix/base_path
fix: Config base path
2 parents 2150e1c + d2c82e6 commit e3203ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import tsConfigPaths from "vite-tsconfig-paths";
77
import * as MdxConfig from "./source.config";
88

99
export default defineConfig({
10+
base: "/docs",
1011
server: {
1112
port: 3000,
1213
},

0 commit comments

Comments
 (0)