Files
canvas/vite.config.js
2024-03-10 20:18:57 +01:00

7 lines
133 B
JavaScript

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