changing deploy workflow

This commit is contained in:
Sheldan
2024-03-10 20:28:36 +01:00
parent 1e3b30813a
commit a404aae634
2 changed files with 35 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
root: 'src',
build: {
base: 'https://sheldan.github.io/orbits/',
base: '/orbits/',
outDir: '../dist'
}
}