1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

fix: 修复教程简介中链接点击跳转 URL 缺少 base URL 问题

This commit is contained in:
2025-03-14 00:21:38 +08:00
parent d9e436b04e
commit 82684043bc
3 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import { defineConfig } from 'vitepress'
import { base } from '../env.mts'
import { sidebar } from '../sidebar.mts'
import { nav } from '../nav.mts'
import {
@@ -50,7 +51,7 @@ export default defineConfig({
title: "就这么弄 (🚧 施工中)",
description: "简单步骤与实用技巧",
base: '/tutorials/',
base: base,
locales: {
root: {
label: '简体中文',