Skip to content

Commit

Permalink
Configured env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Jan 19, 2022
1 parent 1808943 commit b211013
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
[template.environment]
WORDPRESS_URL = "WordPress URL without trailing slash. http://example.com"
STRIPE_PUBLISHABLE_KEY = "Stripe Publishable Key"


[build]
command = "npm run generate"
publish = "dist"


[[headers]]
for = "*.js" # js files should be set this way
Expand Down

0 comments on commit b211013

Please sign in to comment.