Skip to content

Commit

Permalink
Chore: config
Browse files Browse the repository at this point in the history
  • Loading branch information
tone4hook committed Mar 6, 2024
1 parent 38347da commit be3c3f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";

// https://vitejs.dev/config/
export default defineConfig({
base: "/<REPO>/",
plugins: [vue()],
})
});

0 comments on commit be3c3f3

Please sign in to comment.