Skip to content

Commit 5e8ec36

Browse files
authored
Update config.mts
1 parent f13a0e5 commit 5e8ec36

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)