Skip to content

Commit e711eb6

Browse files
authored
Update vite.config.js
1 parent 6c15c02 commit e711eb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vite.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ import react from "@vitejs/plugin-react";
33
import markdown, { Mode } from "vite-plugin-markdown";
44

55
export default defineConfig({
6+
base: '/villa-lobos-trainer/',
67
plugins: [
78
react(),
89
markdown({
910
mode: Mode.HTML,
1011
}),
1112
],
1213
});
14+

0 commit comments

Comments
 (0)