Merge pull request #13 from nickzuber/build

Build for alpha release to Surge server
This commit is contained in:
Nick Zuber 2018-11-07 23:51:30 -05:00 committed by GitHub
commit f19d908391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"build": "node scripts/build.js && cp build/index.html build/200.html",
"test": "node scripts/test.js"
},
"eslintConfig": {

View File

@ -1,7 +1,7 @@
import React from 'react';
const CLIENT_ID = '9478c90e57ef3d546ef0';
const REDIRECT_URI = 'http://localhost:9008/login';
const REDIRECT_URI = 'https://meteorite.surge.sh/login';
const SCOPES = 'notifications';
const AuthenticationButton = props => (