From 6b38f37711abda5dc3d256f6a8fa598014715a33 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 17 Dec 2024 20:44:53 +0100 Subject: [PATCH] Add Redirects --- src/pages/discord.astro | 5 +++++ src/pages/youtube.astro | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 src/pages/discord.astro create mode 100644 src/pages/youtube.astro diff --git a/src/pages/discord.astro b/src/pages/discord.astro new file mode 100644 index 0000000..08456a5 --- /dev/null +++ b/src/pages/discord.astro @@ -0,0 +1,5 @@ +--- +import Redirect from "../layouts/Redirect.astro"; +--- + + \ No newline at end of file diff --git a/src/pages/youtube.astro b/src/pages/youtube.astro new file mode 100644 index 0000000..8c6c84e --- /dev/null +++ b/src/pages/youtube.astro @@ -0,0 +1,5 @@ +--- +import Redirect from "../layouts/Redirect.astro"; +--- + + \ No newline at end of file