mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Set explicit nav logo size
Should also help with content shuffling around when loading, just like the previous commit
This commit is contained in:
parent
3c9ea77c93
commit
aa7b64e7eb
@ -4,7 +4,11 @@ import nav from "./navigation/navbar";
|
|||||||
import sidebar from "./navigation/sidebar";
|
import sidebar from "./navigation/sidebar";
|
||||||
|
|
||||||
const themeConfig: DefaultTheme.Config = {
|
const themeConfig: DefaultTheme.Config = {
|
||||||
logo: "/img/logo-128px.png",
|
logo: {
|
||||||
|
src: "/img/logo-128px.png",
|
||||||
|
width: 24,
|
||||||
|
height: 24,
|
||||||
|
},
|
||||||
|
|
||||||
nav: nav,
|
nav: nav,
|
||||||
sidebar: sidebar,
|
sidebar: sidebar,
|
||||||
|
Loading…
Reference in New Issue
Block a user