-
-
Notifications
You must be signed in to change notification settings - Fork 216
Description
What problem does this feature solve?
Hi there, since I set my home page by conventional route, my home page is created in myproject/dist/mika-press/main.md
when I click to the logo
the href link I got is to jump to the 'index.html' that cause a 404 error display.
so if we could custom the logo link with defineConfig method ?
What does the proposed API look like?
import { defineConfig } from 'rspress/config';
export default defineConfig({
logo: {
dark: '/logo-dark.png',
light: '/logo-light.png',
href: '/xxx(html)?'
},
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels