We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ffffa commit 7f22fb5Copy full SHA for 7f22fb5
website/src/App.js
@@ -6,7 +6,7 @@ import './App.css'
6
const README = require('../../README.md')
7
8
const exampleName = document.location.search.replace('?ex=', '')
9
-const PUBLIC_URL = (document && document.location && document.location.host === 'edtoken.github.io') ? 'https://edtoken.github.io/redux-tide' : process.env.PUBLIC_URL || '/'
+const PUBLIC_URL = (document && document.location && document.location.host === 'localhost:3000') ? process.env.PUBLIC_URL || '/' : 'https://edtoken.github.io/redux-tide'
10
11
const EXAMPLES = [
12
{
0 commit comments