@@ -7,29 +7,26 @@ export default defineConfig({
77 description : "This is your captain speaking." ,
88 head : [ [ 'link' , { rel : 'icon' , href : '/eucpilot-headshot2.png' } ] ] ,
99 sitemap : {
10- hostname : 'https://eucpilots.github.io /'
10+ hostname : 'https://eucpilots.com /'
1111 } ,
1212 cleanUrls : true ,
1313 // ignoreDeadLinks: true,
1414
1515 themeConfig : {
1616 // https://vitepress.dev/reference/default-theme-config
1717 nav : [
18- { text : 'stealthpuppy.com' , link : 'https://stealthpuppy.com/' } ,
19- { text : 'Evergreen' , link : 'https://eucpilots.github.io/evergreen-docs/' } ,
20- { text : 'VcRedist' , link : 'https://vcredist.com/' } ,
21- { text : 'Defaults' , link : 'https://stealthpuppy.com/defaults' } ,
22- { text : 'Nerdio Manager' , link : 'https://github.com/aaronparker/nerdio-actions/' } ,
23- { text : 'Evergreen App Tracker' , link : 'https://stealthpuppy.com/apptracker' } ,
24- { text : 'More' ,
25- items : [
26- { text : 'PSPackageFactory' , link : 'https://stealthpuppy.com/packagefactory' } ,
27- { text : 'Microsoft 365 Apps packager' , link : 'https://github.com/aaronparker/m365apps' } ,
28- { text : 'Intune Remediations' , link : 'https://github.com/aaronparker/remediations' } ,
29- { text : 'Intune Baseline' , link : 'https://github.com/aaronparker/intune-baseline' } ,
30- { text : 'Azure Virtual Desktop' , link : 'https://github.com/aaronparker/azurevirtualdesktop' }
31- ]
32- } ,
18+ { text : 'stealthpuppy.com' , link : 'https://stealthpuppy.com' }
19+ // { text: 'Evergreen App Tracker', link: 'https://stealthpuppy.com/apptracker/' },
20+ // { text: 'Nerdio Manager', link: 'https://github.com/aaronparker/nerdio-actions/' },
21+ // { text: 'PSPackageFactory', link: 'https://stealthpuppy.com/packagefactory' },
22+ // { text: 'Microsoft 365 Apps packager', link: 'https://github.com/aaronparker/m365apps' },
23+ // { text: 'Intune Remediations', link: 'https://github.com/aaronparker/remediations' },
24+ // { text: 'Intune Baseline', link: 'https://github.com/aaronparker/intune-baseline' },
25+ // { text: 'Azure Virtual Desktop', link: 'https://github.com/aaronparker/azurevirtualdesktop' }
26+ // { text: 'More',
27+ // items: [
28+ // ]
29+ // },
3330 ] ,
3431
3532 logo : '/img/eucpilot.png' ,
0 commit comments