Skip to content

Commit 7b11a48

Browse files
author
Andrea Cosentino
committed
chore(docs): change base option
1 parent 6d309dd commit 7b11a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const __dirname = dirname(__filename);
1212
export default defineConfig({
1313
title: "vite-plugin-ws-rest-fs-api",
1414
description: "Mock WebSocket, REST and File-based APIs for Vite",
15-
base: "/vite-plugin-ws-rest-fs-api/",
15+
base: "/",
1616
buildEnd() {
1717
const sitemapPath = resolve(join(__dirname, "dist", "sitemap.xml"));
1818
const humansPath = resolve(join(__dirname, "dist", "humans.txt"));

0 commit comments

Comments
 (0)