mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Fix documentation icon path mistake bug
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
description: configs.website.locales['/en/'].description,
|
||||
locales: configs.website.locales,
|
||||
theme: defaultTheme({
|
||||
logo: configs.website.icon,
|
||||
logo: configs.website.logo,
|
||||
repo: configs.github.repo,
|
||||
docsRepo: configs.github.repo,
|
||||
docsBranch: configs.github.branch,
|
||||
|
@@ -95,7 +95,8 @@ export const configs = {
|
||||
},
|
||||
website: {
|
||||
base: '/YukiHookAPI/',
|
||||
icon: '/images/logo.png',
|
||||
icon: '/YukiHookAPI/images/logo.png',
|
||||
logo: '/images/logo.png',
|
||||
title: 'Yuki Hook API',
|
||||
locales: {
|
||||
'/en/': {
|
||||
|
Reference in New Issue
Block a user