Skip to content

Commit

Permalink
docs: add favicon.ico
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent 2a564bf commit db884da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import ru from './locales/ru'

export default defineConfig({
title: 'Mafl',
head: [
['link', { rel: 'icon', href: '/favicon.ico' }],
],
themeConfig: {
search: {
provider: 'local',
Expand Down
Binary file added docs/public/favicon.ico
Binary file not shown.

0 comments on commit db884da

Please sign in to comment.