Switch out create-react-app site for gatsby site

This commit is contained in:
2020-11-12 08:57:10 -06:00
parent 8a930879d7
commit 0190b0a30e
42 changed files with 162 additions and 1347 deletions

18
site/config.js Normal file
View File

@@ -0,0 +1,18 @@
/**
* Global Config
*/
const config = {}
// Domains
config.domains = {}
/**
* API Domain
* Add the domain from your serverless express.js back-end here.
* This will enable your front-end to communicate with your back-end.
* (e.g. 'https://api.mydomain.com' or 'https://091jafsl10.execute-api.us-east-1.amazonaws.com')
*/
config.domains.api = 'https://13gtp0hrak.execute-api.us-east-1.amazonaws.com'
export default config