Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ export default defineAppConfig({
icon: 'i-simple-icons-github',
name: 'GitHub',
},
bluesky: {
url: 'https://bsky.app/profile/unjs.io',
icon: 'i-simple-icons-bluesky',
rel: 'noopener',
target: '_blank',
name: 'Bluesky',
},
x: {
url: 'https://x.com/unjsio',
icon: 'i-simple-icons-x',
Comment on lines 170 to 172
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept the original links here. But if UnJS Twitter account will no longer be active, I can also remove this link from the website.

Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default defineNuxtConfig({
logo: 'https://unjs.io/favicon.svg',
sameAs: [
'https://github.com/unjs',
'https://bsky.app/profile/unjs.io',
'https://twitter.com/unjsio',
],
},
Expand Down
Loading