Skip to content

Commit

Permalink
add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Feb 11, 2024
1 parent 4d32b66 commit f030d46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ import { defineConfig } from 'vitepress'
export const shared = defineConfig({
title: 'Sora Editor',
base: '/sora-editor-docs/',

head: [['link', { rel: 'icon', href: '/sora-editor-docs/favicon.ico' }]],
ignoreDeadLinks: true,
lastUpdated: true,
cleanUrls: true,

themeConfig: {
logo: '/logo.jpg',
socialLinks: [
{ icon: 'github', link: 'https://github.com/Rosemoe/sora-editor' }
],
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f030d46

Please sign in to comment.