Skip to content

Commit

Permalink
Add new instance (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhi-org authored Apr 3, 2024
1 parent 7b257c6 commit 78f9233
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vitepress/theme/components/InstanceList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ const instances = [{
location: '🇨🇦',
maintainer: 'wudifeixue',
maintainerUrl: 'https://github.com/wudifeixue',
}, {
url: 'https://yangzhi.app',
location: '🇯🇵',
maintainer: '仰止',
maintainerUrl: 'https://yangzhi.org',
}
]
Expand Down Expand Up @@ -159,4 +164,4 @@ const getHost = (url: string) => new URL(url).host
.sponsors {
padding-top: 32px;
}
</style>
</style>

0 comments on commit 78f9233

Please sign in to comment.