diff --git a/frontend/public/index.html b/frontend/public/index.html index 306351825..6b0f04828 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,11 +1,17 @@
- - - + + + - + + + + + + + diff --git a/frontend/public/og/image.jpg b/frontend/public/og/image.jpg new file mode 100644 index 000000000..4a2ed2094 Binary files /dev/null and b/frontend/public/og/image.jpg differ diff --git a/frontend/src/containers/App/App.js b/frontend/src/containers/App/App.js index 09ac2ad7c..367ed4906 100644 --- a/frontend/src/containers/App/App.js +++ b/frontend/src/containers/App/App.js @@ -1,6 +1,4 @@ import React, { Component } from 'react' -import Helmet from 'react-helmet' -import config from '../../config' const styles = { height: '100%', @@ -11,7 +9,6 @@ class App extends Component { render() { return (