From e4b33a0e9b2a698bc0c8745760e096ae45fc0b89 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Ma=C5=84czak?=
<56172798+jakubmanczak@users.noreply.github.com>
Date: Sun, 19 Sep 2021 18:20:28 +0200
Subject: [PATCH] add /twitter & /youtube & /yt
---
netlify.toml | 12 ++++++++++++
src/pages/Index.vue | 6 ++++++
2 files changed, 18 insertions(+)
diff --git a/netlify.toml b/netlify.toml
index a9cbcd5..10faba4 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -27,6 +27,18 @@
from = "/gh"
to = "https://github.com/gractwo"
+[[redirects]]
+ from = "/youtube"
+ to = "https://youtube.com/channel/UCM5O0ltiO_ZigZiP-Wa28Ew"
+
+[[redirects]]
+ from = "/yt"
+ to = "https://youtube.com/channel/UCM5O0ltiO_ZigZiP-Wa28Ew"
+
+[[redirects]]
+ from = "/twitter"
+ to = "https://twitter.com/gractwo"
+
# 'funny' REDIRECTS
[[redirects]]
from = "/pgtf-theme"
diff --git a/src/pages/Index.vue b/src/pages/Index.vue
index 2648e92..1115967 100644
--- a/src/pages/Index.vue
+++ b/src/pages/Index.vue
@@ -19,6 +19,12 @@
+
+
+
+
+
+
Facebook