4 lines
208 B
TypeScript
4 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'
|