Skip to content

Commit

Permalink
Update data.db
Browse files Browse the repository at this point in the history
  • Loading branch information
zomco committed Jan 12, 2024
1 parent 658e422 commit 5f4fdd5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/year_2023.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/year_2024.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added run_page/data.db
Binary file not shown.
2 changes: 1 addition & 1 deletion src/static/activities.json

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions src/static/site-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,14 @@ interface ISiteMetadataResult {

const data: ISiteMetadataResult = {
siteTitle: 'Running Page',
siteUrl: 'https://yihong.run',
siteUrl: 'https://zomco-run.vercel.app',
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',
},
{
name: 'About',
url: 'https://github.com/yihong0618/running_page/blob/master/README-CN.md',
},
url: 'https://zomco.vercel.app',
}
],
};

Expand Down

0 comments on commit 5f4fdd5

Please sign in to comment.