mirror of
https://github.com/JessSystemV/zProtect.git
synced 2025-01-05 18:15:37 +00:00
10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
import type { NavbarConfig } from 'vuepress';
|
|
|
|
export const navbarEn: NavbarConfig = [
|
|
{
|
|
text: 'Return to zProtect.dev',
|
|
link: 'https://zprotect.dev',
|
|
target: '_self',
|
|
},
|
|
];
|