We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d309dd commit 7b11a48Copy full SHA for 7b11a48
1 file changed
docs/.vitepress/config.mts
@@ -12,7 +12,7 @@ const __dirname = dirname(__filename);
12
export default defineConfig({
13
title: "vite-plugin-ws-rest-fs-api",
14
description: "Mock WebSocket, REST and File-based APIs for Vite",
15
- base: "/vite-plugin-ws-rest-fs-api/",
+ base: "/",
16
buildEnd() {
17
const sitemapPath = resolve(join(__dirname, "dist", "sitemap.xml"));
18
const humansPath = resolve(join(__dirname, "dist", "humans.txt"));
0 commit comments