parent
d9cdc95a79
commit
2c373c7574
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||||
|
--- |
||||||
|
export const prerender = false; |
||||||
|
const discordLink = 'https://discord.gg/cJpEt5Qbwa'; |
||||||
|
|
||||||
|
return Astro.redirect(discordLink); |
||||||
|
--- |
@ -0,0 +1,6 @@ |
|||||||
|
--- |
||||||
|
export const prerender = false; |
||||||
|
const twitterLink = 'https://twitter.com/roadmapsh'; |
||||||
|
|
||||||
|
return Astro.redirect(twitterLink); |
||||||
|
--- |
@ -0,0 +1,6 @@ |
|||||||
|
--- |
||||||
|
export const prerender = false; |
||||||
|
const youtubeLink = 'https://youtube.com/@roadmapsh'; |
||||||
|
|
||||||
|
return Astro.redirect(youtubeLink); |
||||||
|
--- |
Loading…
Reference in new issue