mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +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,
|
description: configs.website.locales['/en/'].description,
|
||||||
locales: configs.website.locales,
|
locales: configs.website.locales,
|
||||||
theme: defaultTheme({
|
theme: defaultTheme({
|
||||||
logo: configs.website.icon,
|
logo: configs.website.logo,
|
||||||
repo: configs.github.repo,
|
repo: configs.github.repo,
|
||||||
docsRepo: configs.github.repo,
|
docsRepo: configs.github.repo,
|
||||||
docsBranch: configs.github.branch,
|
docsBranch: configs.github.branch,
|
||||||
|
@@ -95,7 +95,8 @@ export const configs = {
|
|||||||
},
|
},
|
||||||
website: {
|
website: {
|
||||||
base: '/YukiHookAPI/',
|
base: '/YukiHookAPI/',
|
||||||
icon: '/images/logo.png',
|
icon: '/YukiHookAPI/images/logo.png',
|
||||||
|
logo: '/images/logo.png',
|
||||||
title: 'Yuki Hook API',
|
title: 'Yuki Hook API',
|
||||||
locales: {
|
locales: {
|
||||||
'/en/': {
|
'/en/': {
|
||||||
|
Reference in New Issue
Block a user