Fix base url

This commit is contained in:
Benjamin Bädorf 2021-03-08 12:20:31 +01:00
parent fd44ea67a3
commit 136218995a
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -1,6 +1,7 @@
import vueJsx from '@vitejs/plugin-vue-jsx';
export default {
base: './',
plugins: [
vueJsx({}),
],