diff --git a/netlify.toml b/netlify.toml index c6e79c8..8c39121 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,8 +2,8 @@ # functions = "functions" [template.environment] - WORDPRESS_URL = "Set this to your WordPress URL withoyt the trailing slash. Example: http://example.com" - STRIPE_PUBLISHABLE_KEY = "Set this to your Stripe publishable key" + WORDPRESS_URL = "WordPress URL without trailing slash. http://example.com" + STRIPE_PUBLISHABLE_KEY = "Stripe Publishable Key" [[headers]] for = "*.js" # js files should be set this way