ModusCreateOrg / labs

Modus Create Labs web site
https://labs.moduscreate.com
MIT License
5 stars 17 forks source link

Replace hardcoded origin URLs #69

Closed grgur closed 3 years ago

grgur commented 3 years ago

Urls pointing to https://labs.moduscreate.com should be replaced with proper references.

This has to work in SSR and CSR

One option would be to add it to siteMetadata in gatsby-config.js and load via the GraphQL interface. The siteMetadata option could be a process.env var that we can add directly in Netlify ENV vars section and/or .env.production/.env.development