Skip to content

Commit

Permalink
feat: netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Jan 16, 2023
1 parent 0d1a35d commit 93b0675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
NODE_VERSION = "16"

[build]
publish = ".output/public"
command = "yarn generate"
publish = "dist"
command = "yarn build"

[[redirects]]
from = "/*"
Expand Down

0 comments on commit 93b0675

Please sign in to comment.