feat: use URL from config for logo href

This commit is contained in:
Ushie
2023-08-07 22:05:43 +03:00
parent 175f133ee4
commit b46374ba16

View File

@@ -58,6 +58,7 @@ const config = {
title: 'ReVanced',
logo: {
alt: 'ReVanced Logo',
target: '_self',
src: 'img/logo.svg',
width: 22
},
@@ -93,4 +94,6 @@ const config = {
}),
};
config.themeConfig.navbar.logo.href = config.url;
module.exports = config;