feat: dynamic title

This commit is contained in:
Henry Li
2026-02-02 09:05:24 +08:00
parent b540ad4505
commit a0a3a3fc02
6 changed files with 51 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { I18nProvider } from "@/core/i18n/context";
import { detectLocaleServer } from "@/core/i18n/server";
export const metadata: Metadata = {
title: "Welcome to DeerFlow",
title: "DeerFlow",
description: "A LangChain-based framework for building super agents.",
};