Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Oct 4, 2023
1 parent 1af8425 commit e5bbb2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vuejs/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";

export default defineConfig({
plugins: [vue()]
plugins: [vue()],
base: "/vuejs/",
});

0 comments on commit e5bbb2e

Please sign in to comment.