fix(updates): Fix learn -> server communication

This commit is contained in:
Bouncey
2018-09-30 12:19:37 +01:00
committed by Stuart Taylor
parent 4eb364f919
commit 3da2a3eea9
8 changed files with 19 additions and 66 deletions

View File

@ -7,10 +7,10 @@ module.exports = {
title: 'freeCodeCamp',
siteUrl: 'https://www.freecodecamp.org'
},
// proxy: {
// prefix: '/internal',
// url: 'http://localhost:3000'
// },
proxy: {
prefix: '/internal',
url: 'http://localhost:3000'
},
plugins: [
'gatsby-plugin-react-helmet',
{