chore: serve from subdirectory
This commit is contained in:
parent
caca751b74
commit
bd4b36f8ae
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import vue from "@vitejs/plugin-vue";
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
base: "/viktor/",
|
||||
plugins: [vue(), imagetools()],
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue