Skip to content

Commit 6014082

Browse files
committed
add base path vitepress
1 parent 18035a2 commit 6014082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
base: '/',
5+
base: '/php-excel-rust/',
66
title: "Excel Rust",
77
description: "Supercharge Excel generation in PHP with Rust's blazing speed!",
88
themeConfig: {

0 commit comments

Comments
 (0)