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