Skip to content

Commit 0abf1d0

Browse files
authored
Set clean urls true (hestiacp#3164)
* Set clean urls true * Change it to disabled
1 parent 24fca50 commit 0abf1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
description: "Open-source web server control panel.",
88

99
lastUpdated: true,
10-
cleanUrls: "with-subfolders",
10+
cleanUrls: "disabled",
1111

1212
head: [
1313
["link", { rel: "icon", sizes: "any", href: "/favicon.ico" }],

0 commit comments

Comments
 (0)