diff options
Diffstat (limited to 'frontend/pages/_document.js')
| -rw-r--r-- | frontend/pages/_document.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend/pages/_document.js b/frontend/pages/_document.js index e9a6570..0ac8935 100644 --- a/frontend/pages/_document.js +++ b/frontend/pages/_document.js @@ -12,10 +12,7 @@ export default class MyDocument extends Document { render() { return ( <html> - <Head> - <title>My page</title> - {this.props.styleTags} - </Head> + <Head>{this.props.styleTags}</Head> <body> <Main /> <NextScript /> |
