Skip to content

Commit

Permalink
fix: fix my account URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed Nov 7, 2024
1 parent e2c2a27 commit 1df731a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ This project is made possible by all the sponsors supporting my work:

<p align="center">
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
<img src="https://raw.githubusercontent.com/NozomuIkuta/sponsors/main/sponsors.png" alt="My lovely sponsors" />
<img src="https://raw.githubusercontent.com/nozomuikuta/sponsors/main/sponsors.png" alt="My lovely sponsors" />
</a>
</p>
6 changes: 3 additions & 3 deletions docs/.vitepress/components/AuthorProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const author = {
locale === 'en'
? 'Member of UnJS / Vue.js JP Core Staff / Vite Contributor'
: 'UnJSメンバー/ Vue.js JP コアスタッフ / Vite コントリビューター',
sponsor: 'https://github.com/sponsors/NozomuIkuta',
sponsor: 'https://github.com/sponsors/nozomuikuta',
actionText: locale === 'en' ? 'Sponsor' : 'スポンサー',
links: [
{ icon: 'github', link: 'https://github.com/NozomuIkuta' },
{ icon: 'twitter', link: 'https://twitter.com/NozomuIkuta' },
{ icon: 'github', link: 'https://github.com/nozomuikuta' },
{ icon: 'twitter', link: 'https://twitter.com/nozomuikuta' },
],
}
</script>
Expand Down
4 changes: 2 additions & 2 deletions docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default withMermaid({
themeConfig: {
externalLinkIcon: true,
socialLinks: [
{ icon: 'twitter', link: 'https://twitter.com/NozomuIkuta' },
{ icon: 'github', link: 'https://github.com/NozomuIkuta/chibivite' },
{ icon: 'twitter', link: 'https://twitter.com/nozomuikuta' },
{ icon: 'github', link: 'https://github.com/nozomuikuta/chibivite' },
],
search: {
provider: 'local',
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ hero:
link: /introduction
- theme: alt
text: View on GitHub
link: https://github.com/NozomuIkuta/chibivite
link: https://github.com/nozomuikuta/chibivite
---
2 changes: 1 addition & 1 deletion docs/content/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ hero:
link: /ja/introduction
- theme: alt
text: GitHubで見る
link: https://github.com/NozomuIkuta/chibivite
link: https://github.com/nozomuikuta/chibivite
---

0 comments on commit 1df731a

Please sign in to comment.