mirror of
https://github.com/massbug/judge4c.git
synced 2025-07-20 03:43:51 +00:00
10 lines
180 B
TypeScript
10 lines
180 B
TypeScript
export const siteConfig = {
|
|
url: {
|
|
repo: {
|
|
github: "https://github.com/cfngc4594/monaco-editor-lsp-next",
|
|
},
|
|
},
|
|
};
|
|
|
|
export type SiteConfig = typeof siteConfig;
|