Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:
text: GitHub
link: https://github.com/duorua/narutomobile
image:
src: /logo.ico
src: /logo.png
alt: Logo
features:
- title: Blazing fast build speed
Expand Down
Binary file added docs/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import toc from 'rspress-plugin-toc';
export default defineConfig({
root: path.join(__dirname, 'docs'),
title: 'Maa Auto Naruto',
icon: '/logo.ico',
icon: '/logo.png',
plugins: [alignImage(), readingTime({
defaultLocale: 'zh-CN',
}), toc()],
Expand Down