diff --git a/package.json b/package.json index 4cd3fe3..3be2c8d 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/components/buttons/AuthenticationButton.js b/src/components/buttons/AuthenticationButton.js index b64ad88..cedb13b 100644 --- a/src/components/buttons/AuthenticationButton.js +++ b/src/components/buttons/AuthenticationButton.js @@ -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 => (