Skip to content

Commit

Permalink
meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
iach526526 committed Sep 18, 2024
1 parent 7176a0e commit b3246c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: "img/SCAICT-social-card.png",
image: "img/SCAICT_social-card.png",
navbar: {
title: "SCAICT 說明文件",
logo: {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={`開始閱讀 ${siteConfig.title}`}
description="中電會文檔網站提供了有關「中部高中電資社團聯合會議」(Student Club's Association of Information in Central Taiwan,SCAICT)的發展歷程、專案介紹以及部落格文章。<head />">
<HomepageHeader />
<main>
{/* <HomepageFeatures /> */}
Expand Down

0 comments on commit b3246c4

Please sign in to comment.