diff --git a/2025/src/components/OfficialBlog.astro b/2025/src/components/OfficialBlog.astro new file mode 100644 index 00000000..cc57a0b9 --- /dev/null +++ b/2025/src/components/OfficialBlog.astro @@ -0,0 +1,149 @@ +
+
+
+

+ 公式ブログ +

+
+
+
diff --git a/2025/src/pages/[lang]/index.astro b/2025/src/pages/[lang]/index.astro index ef6aaf80..cb49f47a 100644 --- a/2025/src/pages/[lang]/index.astro +++ b/2025/src/pages/[lang]/index.astro @@ -6,6 +6,7 @@ import Sponsors from "../../components/Sponsors/index.astro"; import Staff from "../../components/Staff/index.astro"; import Top from "../../components/Top.astro"; import Venue from "../../components/Venue.astro"; +import OfficialBlog from "../../components/OfficialBlog.astro"; import "../../styles/global.css"; import { LANGUAGES } from "@/i18n"; @@ -25,5 +26,6 @@ export function getStaticPaths() { +