Skip to content

Commit

Permalink
avatarを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrrrr committed Nov 14, 2024
1 parent bfbd9ef commit b06511b
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Binary file added public/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/favicon/favicon-dark-128.png
Binary file not shown.
Binary file removed public/favicon/favicon-dark-180.png
Binary file not shown.
Binary file removed public/favicon/favicon-dark-192.png
Binary file not shown.
Binary file removed public/favicon/favicon-dark-32.png
Binary file not shown.
Binary file removed public/favicon/favicon-light-128.png
Binary file not shown.
Binary file removed public/favicon/favicon-light-180.png
Binary file not shown.
Binary file removed public/favicon/favicon-light-192.png
Binary file not shown.
Binary file removed public/favicon/favicon-light-32.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const siteConfig: SiteConfig = {
},
favicon: [ // Leave this array empty to use the default favicon
{
src: 'https://avatars.githubusercontent.com/u/115068570?v=4', // Path of the favicon, relative to the /public directory
src: '../public/avatar.jpg', // Path of the favicon, relative to the /public directory
theme: 'light', // (Optional) Either 'light' or 'dark', set only if you have different favicons for light and dark mode
sizes: '32x32', // (Optional) Size of the favicon, set only if you have favicons of different sizes
}
Expand All @@ -51,7 +51,7 @@ export const navBarConfig: NavBarConfig = {
}

export const profileConfig: ProfileConfig = {
avatar: 'https://avatars.githubusercontent.com/u/115068570?v=4', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
avatar: '../public/avatar.jpg', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
name: '',
bio: '',
links: [
Expand Down

0 comments on commit b06511b

Please sign in to comment.