File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Build website
26
26
run : npm run build
27
27
- 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
29
29
30
30
- name : Upload Build Artifact
31
31
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ const config: Config = {
147
147
} ,
148
148
{
149
149
label : 'Mastodon' ,
150
- href : 'https://mastodon.online/@anandbose '
150
+ href : 'https://mastodon.social/@anandcodes '
151
151
}
152
152
] ,
153
153
}
You can’t perform that action at this time.
0 commit comments