From e651e167c32a46fe04af63c4b6977c55f5ed939e 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 ++ 1 file changed, 2 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..661c3b6 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +title: My amazing post +redirect_to: index.html