Skip to content

Commit 7f22fb5

Browse files
committed
# v0.1.5 process
1 parent b1ffffa commit 7f22fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import './App.css'
66
const README = require('../../README.md')
77

88
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 || '/'
9+
const PUBLIC_URL = (document && document.location && document.location.host === 'localhost:3000') ? process.env.PUBLIC_URL || '/' : 'https://edtoken.github.io/redux-tide'
1010

1111
const EXAMPLES = [
1212
{

0 commit comments

Comments
 (0)