1
0
mirror of https://github.com/niespodd/browser-fingerprinting.git synced 2021-11-01 22:44:07 +03:00

Move dist to /docs

This commit is contained in:
niespodd
2021-06-08 07:08:10 +02:00
parent 631bb99a50
commit 09f271b23b
5 changed files with 1 additions and 1 deletions

View File

@@ -9,6 +9,6 @@ export default defineConfig({
},
build: {
target: 'es2015',
outDir: './../public/'
outDir: './../docs/'
},
})