From 38b771da6de1ed523ae7a3600b9bb71269368465 Mon Sep 17 00:00:00 2001 From: Wilson Neto Date: Wed, 27 Sep 2023 16:30:23 -0300 Subject: [PATCH] feat(redirect): add redirect to turso.tech This adds the jekyll-redirect-from plugin in the project which is allowed on github pages --- 404.html | 1 + Gemfile | 1 + Gemfile.lock | 4 ++++ _config.yml | 4 ++-- about.markdown | 1 + index.markdown | 1 + 6 files changed, 10 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index 086a5c9..921464b 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,7 @@ --- permalink: /404.html layout: default +redirect_to: https://turso.tech/404.html ---