mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Fix nav logo
It didn't like svg, so using png
This commit is contained in:
parent
a37150c74b
commit
54456883a1
@ -28,7 +28,7 @@ export default ({ mode }) => {
|
||||
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
logo: "/logo.svg",
|
||||
logo: "/logo.png",
|
||||
|
||||
nav: nav(),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user