setting baseurl

This commit is contained in:
Sheldan
2024-03-10 20:15:13 +01:00
parent d8e75945d6
commit 111b459992

View File

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