Skip to content

Commit 1b8bdd9

Browse files
committed
fix: update base path in VitePress config for correct routing
1 parent 153170c commit 1b8bdd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4+
base: '/clear-router/',
45
title: 'clear-router',
56
description: 'Laravel-style routing for Express, H3, Fastify, and Hono',
67
lang: 'en-US',

0 commit comments

Comments
 (0)