diff --git a/website/.env.sample b/website/.env.sample index 32388d9..3afae84 100644 --- a/website/.env.sample +++ b/website/.env.sample @@ -5,15 +5,15 @@ # NEXT_PUBLIC_GTM_ID=GTM-123456 # Configure the primary Wordpress backend domain -# This is used as the default graphQL domain and for +# This is used as the default graphQL domain and for # other API calls involving preview mode #WORDPRESS_DOMAIN=localhost:8000 WORDPRESS_DOMAIN=bubsnext.wpengine.com -# When GraphCDN is used, it'll be a different URL +# When GraphCDN is used, it'll be a different URL # than the Wordpress backend. Define it specifically here # Including the preceding HTTPS -#WORDPRESS_API_URL=https://bubsnext.graphcdn.io +#WORDPRESS_API_URL=https://bubsnext.graphcdn.app # When GraphCDN is used, cache purging can be enabled # whenever a Wordpress post is created or updated. Grab