1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Fix theming issue & subfolder hosting

This commit is contained in:
Bastien Wirtz 2022-07-12 14:07:10 +02:00
parent 9582b1871a
commit eb03092286
4 changed files with 4 additions and 3 deletions

View file

@ -6,6 +6,7 @@ import vue from "@vitejs/plugin-vue";
// https://vitejs.dev/config/
export default defineConfig({
base: "",
build: {
assetsDir: "resources",
},