Change gernerate directory to public

This commit is contained in:
Sam Carlton 2021-01-02 16:49:42 -06:00
parent 4830449a3b
commit 3fe49b0975
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[build]
publish = "dist/"
publish = "public"
command = "npm run generate --quiet"