Open
Description
Feature request
I'm glad that you have a logo
parameter in the theme config. But I think it doesn't allow us to add a link. Usually the logo link points to the homepage of the website. Please add that capability.
What problem does this feature solve?
What does the proposed API look like?
themeConfig: {
logo: "/logo.svg",
logoLink: "https://myhomepage.com" . // Please add this
}
How should this be implemented in your opinion?
Are you willing to work on this yourself?**
No