Set explicit nav logo size

Should also help with content shuffling around when loading, just like the previous commit
This commit is contained in:
Soitora 2023-08-21 01:05:31 +02:00
parent 3c9ea77c93
commit aa7b64e7eb
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -4,7 +4,11 @@ import nav from "./navigation/navbar";
import sidebar from "./navigation/sidebar";
const themeConfig: DefaultTheme.Config = {
logo: "/img/logo-128px.png",
logo: {
src: "/img/logo-128px.png",
width: 24,
height: 24,
},
nav: nav,
sidebar: sidebar,