chore(metadata): rename project to Judge4c and update description

This commit is contained in:
cfngc4594 2025-03-25 22:01:12 +08:00
parent a600dd2c2f
commit b9c843e33e

View File

@ -5,9 +5,9 @@ import { ThemeProvider } from "@/components/theme-provider";
import { SettingsDialog } from "@/components/settings-dialog"; import { SettingsDialog } from "@/components/settings-dialog";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "monaco-editor-lsp-next", title: "Judge4c",
description: 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 { interface RootLayoutProps {