Skip to content

Commit

Permalink
fix: fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 27, 2024
1 parent 1a53c72 commit fdeb713
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'Rattail',
description: 'A utilities library for front-end developers, lightweight and ts-friendly',
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
head: [['link', { rel: 'icon', href: '/logo.svg' }]],
locales: {
root: {
label: 'English',
Expand Down
Binary file removed docs/public/favicon.ico
Binary file not shown.

0 comments on commit fdeb713

Please sign in to comment.