Skip to content

Commit

Permalink
Fix netlify config to use native deploy command (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushn21 authored Oct 26, 2021
1 parent 76783e8 commit 952061d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "yarn deploy && ./bin/netlify.sh"
command = "bin/bridgetown deploy && bin/netlify.sh"
publish = "output"

[build.environment]
Expand Down Expand Up @@ -41,4 +41,4 @@
[[headers]]
for = "/*.(png|jpg|js|css|svg|woff|ttf|eot|ico|woff2)"
[headers.values]
Cache-Control = "public, max-age=31536000, s-max-age=31536000"
Cache-Control = "public, max-age=31536000, s-max-age=31536000"

0 comments on commit 952061d

Please sign in to comment.