Skip to content

Commit

Permalink
docs: ✏️ modify vite confit base to github path
Browse files Browse the repository at this point in the history
  • Loading branch information
Josper committed May 6, 2024
1 parent 82c5fee commit ec6a41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "HTTP Service",
base: process.env.NODE_ENV === 'dev' ? '' : '/bili-utils/unify-http-request/',
base: process.env.NODE_ENV === 'dev' ? '' : '/http-service/',
description: "统一请求库站点",
themeConfig: {
nav: [
Expand Down

0 comments on commit ec6a41f

Please sign in to comment.