From b9c843e33e22df1b117c8c791d2f4b5f18b3dec5 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Tue, 25 Mar 2025 22:01:12 +0800 Subject: [PATCH] chore(metadata): rename project to Judge4c and update description --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3115fc7..184dc30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,9 +5,9 @@ import { ThemeProvider } from "@/components/theme-provider"; import { SettingsDialog } from "@/components/settings-dialog"; export const metadata: Metadata = { - title: "monaco-editor-lsp-next", + title: "Judge4c", description: - "A Next.js integration of Monaco Editor with LSP support, free from SSR issues", + "A full-stack, open-source online judge platform designed to elevate college programming education.", }; interface RootLayoutProps {