We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ae930 commit 97e3be7Copy full SHA for 97e3be7
1 file changed
vite.config.ts
@@ -13,7 +13,14 @@ export default defineConfig({
13
copyIndexTo404(),
14
sitemap({
15
hostname: "https://libresplit.org",
16
- dynamicRoutes: ["/converter"],
+ dynamicRoutes: [
17
+ "/converter",
18
+ "/docs/auto-splitters.md",
19
+ "/docs/settings-keybinds.md",
20
+ "/docs/split-files.md",
21
+ "/docs/themes.md",
22
+ "/docs/troubleshooting.md",
23
+ ],
24
exclude: ["/404"],
25
}),
26
],
0 commit comments