From 965ebb49465327f6fc67e11ac882930ed3698609 Mon Sep 17 00:00:00 2001 From: Adrien Allard Date: Fri, 16 Feb 2024 13:59:28 +0100 Subject: [PATCH] fix: issue where GitHub does not redirect to index.html when specific entry point are defined --- _config.yml | 2 ++ callback.html | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 _config.yml create mode 100644 callback.html diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..cd1934b --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +plugins: + - jekyll-redirect-from diff --git a/callback.html b/callback.html new file mode 100644 index 0000000..afd6875 --- /dev/null +++ b/callback.html @@ -0,0 +1,5 @@ +--- +permalink: /callback +redirect_to: + - index.html +--- \ No newline at end of file