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 7a089299 Update Meta data (#298)
7a089299 is described below

commit 7a089299072a30da06fe08f60d0d2a769fdc331f
Author: dpdjvhxm <[email protected]>
AuthorDate: Mon Apr 8 15:39:24 2024 +0900

    Update Meta data (#298)
    
    * Update
    
    * Update meta description and title, reduce image resource
    Update faq question: add 3 questions
    
    * Update Meta data(Title, description)
    Correct Spelling error
---
 gatsby-config.js            | 2 +-
 src/components/Layout.js    | 3 ++-
 src/templates/index-page.js | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gatsby-config.js b/gatsby-config.js
index 8014b3a9..5ab15d0e 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -3,7 +3,7 @@ module.exports = {
 
     title: "Apache AGE, Graph database optimized for fast analysis and 
real-time data processing. It is provided as an extension to PostgreSQL.",
 
-    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.",
+    description: "Since May 2022, Apache AGE, a Top-Level Apache Project born 
from AgensGraph and developed by Bitnine, optimizes graph databases for fast 
analysis and real-time processing as a PostgreSQL extension under Apache 
License.",
   },
   pathPrefix: "/",
   plugins: [
diff --git a/src/components/Layout.js b/src/components/Layout.js
index bc2edd59..0852a3f3 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -59,7 +59,7 @@ const TemplateWrapper = ({ children }) => {
         '/download' : 'Download | Apache AGE',
         'https://github.com/apache/age' : 'Apache AGE Github | Apache AGE',
       }
-      return urlToTitle[pathName] ?? 'Apache AGE';    
+      return urlToTitle[pathName] ?? 'Apache AGE | Graph Database Extension 
for PostgreSQL';    
     } else {
       return 'Apache AGE';
     }    
@@ -72,6 +72,7 @@ const TemplateWrapper = ({ children }) => {
           <Helmet>
             <html lang="en" />
             <title>{titleNameMapper()}</title>
+            <meta charset="UTF-8" /> {/* 문자 집합 선언 추가 */}
             <link rel="icon" href={favicon} />
             <meta name="description" content={description} />
             {/* Global site tag (gtag.js) - Google Analytics */}
diff --git a/src/templates/index-page.js b/src/templates/index-page.js
index 47a0977a..48b39d51 100644
--- a/src/templates/index-page.js
+++ b/src/templates/index-page.js
@@ -54,7 +54,7 @@ export const IndexPageTemplate = ({
         <div className={styles.topContent}>
           <div className={styles.card}>
             <div className={styles.cardLeft}>
-              Apache AGE®, Graph database extention <br></br>
+              Apache AGE®, Graph database extension <br></br>
               <div className={styles.cardContent}>
                 <b>Apache AGE®</b> is a PostgreSQL extension that provides 
graph database functionality. <br></br><br></br>
                 The goal of <b>Apache AGE®</b> is to provide graph data 
processing and analytics capability to all relational databases.

Reply via email to