1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00

Add x URL

This commit is contained in:
Kamran Ahmed
2024-06-28 12:33:24 +01:00
parent 2c373c7574
commit 9ecf4a9d78

6
src/pages/x.astro Normal file
View File

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