diff --git a/.starters/default/content/1.introduction/4.configuration.md b/.starters/default/content/1.introduction/4.configuration.md index d7d8e1a24..d04136fde 100644 --- a/.starters/default/content/1.introduction/4.configuration.md +++ b/.starters/default/content/1.introduction/4.configuration.md @@ -88,6 +88,7 @@ export default defineAppConfig({ | `socials.instagram` | `string` | | The account to use on Instagram links | | `socials.facebook` | `string` | | The account to use on Facebook links | | `socials.medium` | `string` | | The account to use on Medium links | +| `socials.mastodon` | `string` | | The account to use on Mastodon links | | `socials.[social]` | `object` | | Override social or display custom one | | `socials.[social].label` | `string` | | A label to use for the social | | `socials.[social].icon` | `string` | | A icon to use for the social | diff --git a/components/app/AppSocialIcons.vue b/components/app/AppSocialIcons.vue index a0f1f82af..5661a8f92 100644 --- a/components/app/AppSocialIcons.vue +++ b/components/app/AppSocialIcons.vue @@ -1,5 +1,5 @@