Skip to content

Commit f6d8ef2

Browse files
committed
Omfg i may have fixed the sitemap
1 parent 254f6c5 commit f6d8ef2

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/.vitepress/config.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
// @ts-check
12
import { defineConfig } from 'vitepress'
23

34
// https://vitepress.dev/reference/site-config
45
export default defineConfig({
56
title: "PS4 Linux Tutorial",
67
description: "A simple and modern guide on how to install Linux on PS4 systems.",
78
base: "/ps4-linux-tutorial/",
9+
sitemap: {
10+
hostname: 'https://dionkill.github.io/ps4-linux-tutorial/'
11+
},
812

913
locales: {
1014
root: {
@@ -90,11 +94,6 @@ export default defineConfig({
9094
}
9195
],
9296

93-
// Custom added stuff
94-
siteMap: {
95-
hostname: 'https://dionkill.github.io/ps4-linux-tutorial'
96-
},
97-
9897
cleanUrls: 'true',
9998

10099
socialLinks: [

0 commit comments

Comments
 (0)