mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
3 lines
208 B
TypeScript
3 lines
208 B
TypeScript
export const projectUrl: string = "https://github.com/0xJacky/nginx-ui"
|
|
export const demoUrl: string = "https://demo.nginxui.com"
|
|
export const editLinkPattern: string = projectUrl + '/edit/master/docs/:path'
|