Skip to content

Commit cad1719

Browse files
docs
1 parent e69ba9e commit cad1719

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@docusaurus/core": "^2.0.0-alpha.58",
13+
"@docusaurus/plugin-google-analytics": "^2.0.0-alpha.37",
1314
"@docusaurus/preset-classic": "^2.0.0-alpha.58",
1415
"clsx": "^1.1.1",
1516
"react": "^16.8.4",
@@ -27,4 +28,4 @@
2728
"last 1 safari version"
2829
]
2930
}
30-
}
31+
}

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function Home() {
6262
const { siteConfig = {} } = context;
6363
return (
6464
<Layout
65-
title={`Hello from ${siteConfig.title}`}
65+
title={`${siteConfig.title}`}
6666
description="Description will go into a meta tag in <head />"
6767
>
6868
<header className={clsx("hero hero--primary", styles.heroBanner)}>

0 commit comments

Comments
 (0)