Skip to content

Commit

Permalink
feat: 修改一些配置
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuSugar committed Oct 20, 2024
1 parent 6250af7 commit 857fd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/site-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ interface ISiteMetadataResult {

const data: ISiteMetadataResult = {
siteTitle: 'Running Page',
siteUrl: 'https://yihong.run',
siteUrl: 'https://mikusugar.me/running_page',
logo: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQTtc69JxHNcmN1ETpMUX4dozAgAN6iPjWalQ&usqp=CAU',
description: 'Personal site and blog',
navLinks: [
{
name: 'Blog',
url: 'https://github.com/yihong0618/gitblog',
url: 'https://mikusugar.me',
},
{
name: 'About',
Expand Down

0 comments on commit 857fd57

Please sign in to comment.