Skip to content

Commit 28fc3fb

Browse files
committed
feat(doc): add meta tags for analytics
1 parent e5ff078 commit 28fc3fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/components/layout.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ const Layout = ({ children }) => (
2727
meta={[
2828
{ name: 'description', content: 'Sample' },
2929
{ name: 'keywords', content: 'sample, something' },
30+
{ name: 'google-site-verification', content: 'TjZCWzGGmOI0ObQL9a4VYLWjcfh97hFWJgCIalrarNA' },
31+
{ name: 'google-site-verification', content: 'MEXUwbWS3rNOj0kzZRJhmZRsZO8adSgFgnJp7R_TJBk' },
3032
]}
3133
>
3234
<html lang="en" />

0 commit comments

Comments
 (0)