0
0
Fork 0

Update Vite config and deploy script to work.

This commit is contained in:
Oliver-Akins 2021-09-29 23:58:14 -06:00
parent cd2349a449
commit fca9a73bb8
2 changed files with 5 additions and 4 deletions

View file

@ -3,5 +3,6 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
plugins: [vue()],
base: `/Quote-Bracket/`,
})