auto deployment on release

This commit is contained in:
2023-03-24 23:29:44 +01:00
parent c659f447ac
commit 52144735f7
2 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -10,5 +10,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: "/GuildMaster/"
})