Skip to content

Commit

Permalink
Update Vite base for now
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 25, 2024
1 parent 279b303 commit 9b8f56c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
plugins: [vue()],
base: '/shortcuts-glyph-search/',
})

0 comments on commit 9b8f56c

Please sign in to comment.