We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69ba9e commit cad1719Copy full SHA for cad1719
docs/package.json
@@ -10,6 +10,7 @@
10
},
11
"dependencies": {
12
"@docusaurus/core": "^2.0.0-alpha.58",
13
+ "@docusaurus/plugin-google-analytics": "^2.0.0-alpha.37",
14
"@docusaurus/preset-classic": "^2.0.0-alpha.58",
15
"clsx": "^1.1.1",
16
"react": "^16.8.4",
@@ -27,4 +28,4 @@
27
28
"last 1 safari version"
29
]
30
}
-}
31
+}
docs/src/pages/index.js
@@ -62,7 +62,7 @@ function Home() {
62
const { siteConfig = {} } = context;
63
return (
64
<Layout
65
- title={`Hello from ${siteConfig.title}`}
+ title={`${siteConfig.title}`}
66
description="Description will go into a meta tag in <head />"
67
>
68
<header className={clsx("hero hero--primary", styles.heroBanner)}>
0 commit comments