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

ako 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 bf07e94c Update New web (#282)
bf07e94c is described below

commit bf07e94c11f2a8e0c0e09e3348fc332bd6cd8183
Author: dpdjvhxm <[email protected]>
AuthorDate: Mon Apr 1 10:50:35 2024 +0900

    Update New web (#282)
    
    * Update index.md
    
    * Update index.md
    
    * Update gatsby-config.js
    
    * Update package.json
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Update Navbar.js
    
    * Update Footer
    Update Download version and file link
    Update Landing Page (News & Events)
    
    * Update Landing page: Comparison
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Add files via upload
    
    * Fix Google Analytics Code
    
    * Fix Footer Link
    
    * Update landing page and add FAQ page
    
    * Fix double MenuToggle button issue and css
    
    Fixing bugs with two menu buttons on the responsive screen Fixing the 
phenomenon that the scrollbar obscures the menu buttons
    
    * Update
    
    * Update
    
    * Updated
    
    * node version changes
    
    * node changes
    
    * Update quickstart.md
    
    * Update netlify.toml
    
    * update
    
    * Update 2024/Mar/25
    
    * Update 2024/Mar/25
    
    * Fix landing page & delete youtube link
    
    * update
    
    * Update
    
    * Update
    
    * update team
    
    * Update
    
    * Update
    
    * Update
    
    * update
    
    * Updated
    
    * Update download link
    
    * Update download page link
    
    * Update
    
    * update
    
    ---------
    
    Co-authored-by: Hanbyeol Shin /  David Shin / 신한별 
<[email protected]>
---
 gatsby-config.js         | 2 +-
 src/components/Layout.js | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gatsby-config.js b/gatsby-config.js
index e754c38c..3fc4efd1 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -1,7 +1,7 @@
 module.exports = {
   siteMetadata: {
     title: "Apache AGE",
-    description: "AGE was under development since 2019 by a team of engineers 
at Bitnine Global Inc. The project, originally born out of AgensGraph, a 
multi-model graph database fork of PostgreSQL, was donated to the Apache 
Software Foundation and entered incubation in April 2020.",
+    description: "Since May 2022, Apache AGE® is a Top-Level Project at the 
Apache Software Foundation, born from AgensGraph and developed by Bitnine 
Global Inc. since 2019. Donated to Apache in April 2020, it enhances graph 
database capabilities under the Apache License 2.0, promoting open access.",
   },
   pathPrefix: "/",
   plugins: [
diff --git a/src/components/Layout.js b/src/components/Layout.js
index 03e02a49..a485bfdd 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -78,6 +78,8 @@ const TemplateWrapper = ({ children }) => {
             <script async 
src="https://www.googletagmanager.com/gtag/js?id=G-VPCE2QF63F"; />
             <script async 
src="https://www.googletagmanager.com/gtag/js?id=G-XFVE1KJW91"/>
             <meta name="google-site-verification" 
content="yl8xrMjtcZXVEZ0JqZ_H0s3YJ4hb8XwKMkCOdKoC3Jk" />
+            {/* Search Console New */}
+            <meta name="google-site-verification" 
content="C4CIVL2dGO5hQM50NyalduCnsGIL9cRgtP8ilWhKWko" />
             <script>
                 {injectGA()}
             </script>

Reply via email to