mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Add x URL
This commit is contained in:
6
src/pages/x.astro
Normal file
6
src/pages/x.astro
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
export const prerender = false;
|
||||||
|
const twitterLink = 'https://twitter.com/roadmapsh';
|
||||||
|
|
||||||
|
return Astro.redirect(twitterLink);
|
||||||
|
---
|
Reference in New Issue
Block a user