Skip to content

Commit 531a762

Browse files
committed
fix: 🐛 change base path field
1 parent 7aa2b01 commit 531a762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
head: [["link", { rel: "icon", href: "/favicon.png" }]],
55
title: "Sword Web Framework",
66
description: "Sword Web Framework Documentation",
7+
base: "/docs/",
78
locales: {
89
en: {
910
label: "English",

0 commit comments

Comments
 (0)