You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/12/18 15:03:26 UTC

[age-website] branch new-web updated: Add google search console

This is an automated email from the ASF dual-hosted git repository.

hbshin pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new 3ca52650 Add google search console
3ca52650 is described below

commit 3ca52650eacf5e71204a341a8a561f59be56dd1b
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Mon Dec 19 00:02:17 2022 +0900

    Add google search console
---
 src/components/Layout.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/Layout.js b/src/components/Layout.js
index 9d79c76a..a69f0daa 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -45,6 +45,7 @@ const TemplateWrapper = ({ children }) => {
             <meta name="description" content={description} />
             {/* Global site tag (gtag.js) - Google Analytics */}
             <script async src="https://www.googletagmanager.com/gtag/js?id=G-VPCE2QF63F" />
+            <meta name="google-site-verification" content="Sg7FXSIvwNURx7kORurPzTfO1rfixwHzONk0f-_K_Wc"></meta>
             <script>
                 {injectGA()}
             </script>