Skip to content

Commit 7758519

Browse files
committed
Update social media links
1 parent b2702c0 commit 7758519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build website
2626
run: npm run build
2727
- name: Fix Mastodon verfication
28-
run: sed -i 's|<a href="https://mastodon.online/@anandbose" target="_blank" rel="noopener noreferrer"|<a href="https://mastodon.online/@anandbose" target="_blank" rel="noopener noreferrer me"|g' ./build/index.html
28+
run: sed -i 's|<a href="https://mastodon.social/@anandcodes" target="_blank" rel="noopener noreferrer"|<a href="https://mastodon.social/@anandcodes" target="_blank" rel="noopener noreferrer me"|g' ./build/index.html
2929

3030
- name: Upload Build Artifact
3131
uses: actions/upload-pages-artifact@v3

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const config: Config = {
147147
},
148148
{
149149
label: 'Mastodon',
150-
href: 'https://mastodon.online/@anandbose'
150+
href: 'https://mastodon.social/@anandcodes'
151151
}
152152
],
153153
}

0 commit comments

Comments
 (0)