File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,16 +5,22 @@ export default defineConfig({
55 title : "NotReal003 | Support Desk" ,
66 description : "NotReal003 | Support Help Desk" ,
77 base : '/' ,
8+
9+ // section to include the script on all pages
10+ head : [
11+ [ 'script' , { src : 'https://github.com/NotReal003/status-redirect/blob/main/support-collect.js' } ]
12+ ] ,
13+
814 themeConfig : {
915 // https://vitepress.dev/reference/default-theme-config
10- search : {
16+ search : {
1117 provider : 'local'
1218 } ,
13- editLink : {
19+ editLink : {
1420 pattern : 'https://github.com/NotReal003/support/edit/main/docs/:path'
1521 } ,
16- footer : {
17- copyright : '© 2024 Helpdesk | <a href="https://notreal003.github.io"> NotReal003 </a>'
22+ footer : {
23+ copyright : '© 2025 Helpdesk | <a href="https://notreal003.github.io"> NotReal003 </a>'
1824 } ,
1925
2026 nav : [
You can’t perform that action at this time.
0 commit comments