Skip to content

Commit 1df731a

Browse files
committed
fix: fix my account URLs
1 parent e2c2a27 commit 1df731a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ This project is made possible by all the sponsors supporting my work:
1313

1414
<p align="center">
1515
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
16-
<img src="https://raw.githubusercontent.com/NozomuIkuta/sponsors/main/sponsors.png" alt="My lovely sponsors" />
16+
<img src="https://raw.githubusercontent.com/nozomuikuta/sponsors/main/sponsors.png" alt="My lovely sponsors" />
1717
</a>
1818
</p>

docs/.vitepress/components/AuthorProfile.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const author = {
1212
locale === 'en'
1313
? 'Member of UnJS / Vue.js JP Core Staff / Vite Contributor'
1414
: 'UnJSメンバー/ Vue.js JP コアスタッフ / Vite コントリビューター',
15-
sponsor: 'https://github.com/sponsors/NozomuIkuta',
15+
sponsor: 'https://github.com/sponsors/nozomuikuta',
1616
actionText: locale === 'en' ? 'Sponsor' : 'スポンサー',
1717
links: [
18-
{ icon: 'github', link: 'https://github.com/NozomuIkuta' },
19-
{ icon: 'twitter', link: 'https://twitter.com/NozomuIkuta' },
18+
{ icon: 'github', link: 'https://github.com/nozomuikuta' },
19+
{ icon: 'twitter', link: 'https://twitter.com/nozomuikuta' },
2020
],
2121
}
2222
</script>

docs/.vitepress/config/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export default withMermaid({
1515
themeConfig: {
1616
externalLinkIcon: true,
1717
socialLinks: [
18-
{ icon: 'twitter', link: 'https://twitter.com/NozomuIkuta' },
19-
{ icon: 'github', link: 'https://github.com/NozomuIkuta/chibivite' },
18+
{ icon: 'twitter', link: 'https://twitter.com/nozomuikuta' },
19+
{ icon: 'github', link: 'https://github.com/nozomuikuta/chibivite' },
2020
],
2121
search: {
2222
provider: 'local',

docs/content/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ hero:
1010
link: /introduction
1111
- theme: alt
1212
text: View on GitHub
13-
link: https://github.com/NozomuIkuta/chibivite
13+
link: https://github.com/nozomuikuta/chibivite
1414
---

docs/content/ja/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ hero:
1010
link: /ja/introduction
1111
- theme: alt
1212
text: GitHubで見る
13-
link: https://github.com/NozomuIkuta/chibivite
13+
link: https://github.com/nozomuikuta/chibivite
1414
---

0 commit comments

Comments
 (0)