fix: X (Twitter) redirect link(#6874)
parent
f044e3a682
commit
4a610a1eea
1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
||||
--- |
||||
export const prerender = false; |
||||
const twitterLink = 'https://twitter.com/roadmapsh'; |
||||
const twitterLink = 'https://x.com/roadmapsh'; |
||||
|
||||
return Astro.redirect(twitterLink); |
||||
--- |
||||
|
Loading…
Reference in new issue