Skip to content

Commit 96713e0

Browse files
link to new eggs site
1 parent 5f3dbd6 commit 96713e0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ module.exports = {
4242
editLinks: true,
4343
logo: '/logos/pterry.svg',
4444
nav: [
45+
{
46+
text: 'Eggs',
47+
link: 'https://eggs.pterodactyl.io/',
48+
},
4549
{
4650
text: 'Documentation',
4751
link: '/project/introduction.md',

.vuepress/theme/util.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ export function getHash(path) {
1717
}
1818

1919
export function isExternal(path) {
20+
if (/https?:\/\/([^\/]*\.)?pterodactyl\.io/.test(path)) {
21+
return false
22+
}
2023
return outboundRE.test(path)
2124
}
2225

0 commit comments

Comments
 (0)