summaryrefslogtreecommitdiffstats
path: root/frontend/pages/_document.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-02-28 15:28:15 -0500
committerWes Bos <wesbos@gmail.com>2018-02-28 15:28:15 -0500
commitf7bea2d1b7be2b70dceb25c9837f608b538e9cec (patch)
tree3bac7ad6d76fe9eca1d97f92109d709a141bfc00 /frontend/pages/_document.js
parent8f2c595eca30e2d7138c8e8d6685774a8f44e55d (diff)
what
Diffstat (limited to 'frontend/pages/_document.js')
-rw-r--r--frontend/pages/_document.js5
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 />