Skip to content

Commit db8e576

Browse files
h
1 parent 95502e5 commit db8e576

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.vitepress/config.mts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { GitChangelog, GitChangelogMarkdownSection } from '@nolebase/vitepress-p
66

77
let desc = "Documentation for the WinDurango Xbox One Compatibility Layer.";
88
let title = "WinDurango - Documentation";
9-
let link = "https://WinDurango.github.io/documentation/";
9+
let link = "https://WinDurango.github.io/Documentation/";
1010

1111
export default withPwa(defineConfig({
1212
vite: {
@@ -26,7 +26,7 @@ export default withPwa(defineConfig({
2626
lastUpdated: true,
2727
outDir: "dist",
2828
srcDir: "docs",
29-
base: "/documentation/",
29+
base: "/Documentation/",
3030
sitemap: {
3131
hostname: link
3232
},
@@ -65,9 +65,9 @@ export default withPwa(defineConfig({
6565
logo: 'assets/WinDurango.svg'
6666
},
6767
head: [
68-
['link', { rel: 'icon', href: '/documentation/assets/WinDurango.png' }],
69-
['link', { rel: 'shortcut icon', href: '/documentation/assets/WinDurango.png' }],
70-
['link', { rel: 'apple-touch-icon', sizes: '1024x1024', href: '/documentation/assets/WinDurango.png' }],
68+
['link', { rel: 'icon', href: '/Documentation/assets/WinDurango.png' }],
69+
['link', { rel: 'shortcut icon', href: '/Documentation/assets/WinDurango.png' }],
70+
['link', { rel: 'apple-touch-icon', sizes: '1024x1024', href: '/Documentation/assets/WinDurango.png' }],
7171
['meta', { property: 'og:type', content: 'website' }],
7272
['meta', { property: 'theme-color', content: '#3c963c' }],
7373
['meta', { name: 'description', content: desc }],
@@ -104,7 +104,7 @@ export default withPwa(defineConfig({
104104
theme_color: '#3c963c',
105105
icons: [
106106
{
107-
src: '/documentation/assets/WinDurango.png',
107+
src: '/Documentation/assets/WinDurango.png',
108108
sizes: '1024x1024',
109109
type: 'image/png',
110110
},

0 commit comments

Comments
 (0)