From a0b83f7ed9b5ccf99146dcabf5a35b0117e70b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 14:52:32 +0200 Subject: [PATCH] add /github redirect --- netlify.toml | 8 ++++++++ src/pages/Index.vue | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index a8953fe..8bd2637 100644 --- a/netlify.toml +++ b/netlify.toml @@ -19,6 +19,14 @@ from = "/fb" to = "https://facebook.com/groups/gractwo" +[[redirects]] + from = "/github" + to = "https://github.com/gractwo" + +[[redirects]] + from = "/gh" + to = "https://github.com/gractwo" + # 'funny' REDIRECTS [[redirects]] from = "/pgtf-theme" diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 51b23fa..b452558 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -50,9 +50,8 @@

Gractwo 2020-2021

- Strona napisana i hostowana przez jamesena. Kod - dostępny na - GitHubie. + Kod dostępny na + GitHubie.