We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254f6c5 commit f6d8ef2Copy full SHA for f6d8ef2
1 file changed
docs/.vitepress/config.js
@@ -1,10 +1,14 @@
1
+// @ts-check
2
import { defineConfig } from 'vitepress'
3
4
// https://vitepress.dev/reference/site-config
5
export default defineConfig({
6
title: "PS4 Linux Tutorial",
7
description: "A simple and modern guide on how to install Linux on PS4 systems.",
8
base: "/ps4-linux-tutorial/",
9
+ sitemap: {
10
+ hostname: 'https://dionkill.github.io/ps4-linux-tutorial/'
11
+ },
12
13
locales: {
14
root: {
@@ -90,11 +94,6 @@ export default defineConfig({
90
94
}
91
95
],
92
96
93
- // Custom added stuff
- siteMap: {
- hostname: 'https://dionkill.github.io/ps4-linux-tutorial'
- },
97
-
98
cleanUrls: 'true',
99
100
socialLinks: [
0 commit comments