mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-19 17:23:57 +00:00
feat: use URL from config for logo href
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user