moved redirects to config
Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>issue/index
parent
f8054bb552
commit
04facc8a35
|
@ -14,6 +14,12 @@ export default defineConfig({
|
||||||
output: "server",
|
output: "server",
|
||||||
adapter: cloudflare(),
|
adapter: cloudflare(),
|
||||||
redirects: {
|
redirects: {
|
||||||
"/links/testing": "https://hullcss.org/links",
|
"/links/discord": "https://discord.gg/sYeBPrjA",
|
||||||
|
"/links/facebook": "https://facebook.com/hullCSS",
|
||||||
|
"/links/github": "https://github.com/hullcss",
|
||||||
|
"/links/husu": "https://hulluniunion.com/activities/view/ComputerScience",
|
||||||
|
"/links/instagram": "https://instagram.com/hull_css/",
|
||||||
|
"/links/linkedin": "https://linkedin.com/company/hullcss",
|
||||||
|
"/links/twitter": "https://twitter.com/hull_CSS",
|
||||||
}
|
}
|
||||||
});
|
});
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://discord.gg/sYeBPrjA");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://facebook.com/hullCSS");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://github.com/hullcss");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://hulluniunion.com/activities/view/ComputerScience");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://linktr.ee/hullcss");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://instagram.com/hull_css/");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://linkedin.com/company/hullcss");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://twitter.com/hull_CSS");
|
|
||||||
---
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
return Astro.redirect("https://twitter.com/hull_CSS");
|
|
||||||
---
|
|
Loading…
Reference in New Issue