From 9daf2eab617abf930d666bed275ee8af33d40299 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Thu, 7 Nov 2024 12:13:54 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=A6=8B=20(#1522)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/components/Footer.tsx | 6 +++++- docs/src/components/StayUpdated.mdx | 5 +++-- docs/src/config.js | 1 + docs/src/pages/blog/index.mdx | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/src/components/Footer.tsx b/docs/src/components/Footer.tsx index e30e65e78..81b28f852 100644 --- a/docs/src/components/Footer.tsx +++ b/docs/src/components/Footer.tsx @@ -21,8 +21,12 @@ export default function Footer() { Blog
+ + Bluesky + + - X / Twitter + X diff --git a/docs/src/components/StayUpdated.mdx b/docs/src/components/StayUpdated.mdx index 55e216c49..436d0c69d 100644 --- a/docs/src/components/StayUpdated.mdx +++ b/docs/src/components/StayUpdated.mdx @@ -1,6 +1,7 @@
-**Stay in the loop:** +**Let's keep in touch:** - [GitHub releases](https://github.com/amannn/next-intl/releases) -- [X (Jan Amann)](https://twitter.com/jamannnnnn) +- [Bluesky (Jan Amann)](https://bsky.app/profile/amann.work) +- [X (Jan Amann)](https://x.com/jamannnnnn) diff --git a/docs/src/config.js b/docs/src/config.js index 3c3cbaefd..973df443b 100644 --- a/docs/src/config.js +++ b/docs/src/config.js @@ -5,5 +5,6 @@ module.exports = { ? 'https://' + process.env.VERCEL_PROJECT_PRODUCTION_URL : 'http://localhost:3000', githubUrl: 'https://github.com/amannn/next-intl', + blueskyUrl: 'https://bsky.app/profile/amann.work', xUrl: 'https://x.com/jamannnnnn' }; diff --git a/docs/src/pages/blog/index.mdx b/docs/src/pages/blog/index.mdx index d1cdc2add..9640e7360 100644 --- a/docs/src/pages/blog/index.mdx +++ b/docs/src/pages/blog/index.mdx @@ -1,4 +1,5 @@ import BlogPostLink from '@/components/BlogPostLink'; +import StayUpdated from '@/components/StayUpdated.mdx'; # next-intl blog @@ -29,4 +30,4 @@ import BlogPostLink from '@/components/BlogPostLink'; />
-Subscribe for updates: [X (Jan Amann)](https://x.com/jamannnnnn) +