fix: X (Twitter) redirect link(#6874)

pull/6878/head
Lucas Dondo 2 months ago committed by GitHub
parent f044e3a682
commit 4a610a1eea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/x.astro

@ -1,6 +1,6 @@
--- ---
export const prerender = false; export const prerender = false;
const twitterLink = 'https://twitter.com/roadmapsh'; const twitterLink = 'https://x.com/roadmapsh';
return Astro.redirect(twitterLink); return Astro.redirect(twitterLink);
--- ---

Loading…
Cancel
Save