Skip to content

Commit

Permalink
chore(docs): fix google-site-vertification using meta tag (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
minuukang authored Aug 27, 2024
1 parent e0bf569 commit 7f675f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/public/google94c91fec2e4c8475.html

This file was deleted.

3 changes: 3 additions & 0 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const config: DocsThemeConfig = {
return (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="r1VBovAYczFN4z_Mi_wIkBOfQuWV8H05OEPtHmBjolU" />
<link rel="alternate" hrefLang="ko" href="https://use-funnel.slash.page/ko" />
<link rel="alternate" hrefLang="en" href="https://use-funnel.slash.page/en" />
<meta property="og:title" content={title || '@use-funnel'} />
<meta property="og:url" content={url} />
<meta
Expand Down

0 comments on commit 7f675f4

Please sign in to comment.