Layout tweaks, copy buttons

This commit is contained in:
2025-02-10 12:27:20 -05:00
parent 7ae2594a66
commit f0757dcbae
8 changed files with 158 additions and 117 deletions

View File

@@ -11,4 +11,10 @@ export default defineConfig({
server: {
port: 5555,
},
base: '/color-picker/',
build: {
outDir: 'dist',
assetsDir: 'assets',
emptyOutDir: true,
},
})