mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(config): add site configuration with GitHub repository URL
This commit is contained in:
parent
8cf98674ef
commit
8d6e5067dc
9
src/config/site.ts
Normal file
9
src/config/site.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export const siteConfig = {
|
||||
url: {
|
||||
repo: {
|
||||
github: "https://github.com/cfngc4594/monaco-editor-lsp-next",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export type SiteConfig = typeof siteConfig;
|
Loading…
Reference in New Issue
Block a user