checkpoint: before i18n implementation

This commit is contained in:
Leon-in
2026-04-29 00:29:14 +08:00
parent ded6c67a36
commit 437dc976fb
41 changed files with 2167 additions and 1855 deletions
+4 -4
View File
@@ -2,11 +2,11 @@ import type { Metadata } from "next"
import { HeroSection, CtaSection, PostsGridSection } from "@/components/blog"
export const metadata: Metadata = {
title: "Blog",
description: "Insights on AI, machine learning, and the future of software development from the DalCode team.",
title: "产品洞察",
description: "围绕 Intent-to-Code、Mission Mode、多模型路由和 Skills 平台的产品文章。",
openGraph: {
title: "DalCode Blog",
description: "Insights on AI, machine learning, and the future of software development.",
title: "DAL Code 产品洞察",
description: "围绕 Intent-to-Code、Mission Mode、多模型路由和 Skills 平台的产品文章。",
},
}