-
-
Notifications
You must be signed in to change notification settings - Fork 216
Description
Version
System:
OS: Windows 11 10.0.22631
CPU: (16) x64 13th Gen Intel(R) Core(TM) i5-1340P
Memory: 2.89 GB / 15.66 GB
Browsers:
Edge: Chromium (144.0.3719.115)
Internet Explorer: 11.0.22621.3527
npmPackages:
@rspress/core: ^2.0.2 => 2.0.3Details
Project Structure
没问题,根据你提供的内容,我帮你整理了一份标准的英文 Issue 报告。为了更符合开源社区的习惯,我将标题改成了更明确的描述性语句:
📋 Configuration
export default defineConfig({
root: path.join(__dirname, 'docs'),
title: 'My Site',
icon: '/rspress-icon.png',
logo: {
light: '/rspress-light-logo.png',
dark: '/rspress-dark-logo.png',
},
route: {
cleanUrls: true,
exclude: ['*/_*/**/*',"**/_*","*/_assets/**/*"],
},
})✅ Expected Result
The sidebar should not generate routes for paths matching _assets.
❌ Actual Result
Routes for _assets are still appearing in the sidebar navigation.
Reproduce link
https://github.com/smileluck/SmileX-Note-Repress
Reproduce Steps
- git checkout -d pure
- pnpm install
- pnpm run dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels