add gh-pages workflow

This commit is contained in:
2022-11-14 06:00:11 +01:00
parent d20933bdec
commit 8a2523e9da
2 changed files with 55 additions and 1 deletions

View File

@@ -10,5 +10,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: '/instacode-app/',
})