From 37ec99736db8eb73c19d9223a56e7f6aaebc1b16 Mon Sep 17 00:00:00 2001 From: Patrik Gfeller Date: Fri, 8 Mar 2024 18:43:03 +0100 Subject: [PATCH] [CI/CD] - The preview link created by the pipeline point to an empty page (#2271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #2269 📜 netlify configuration file added (redirection from `/` ➡️ `/docs` Signed-off-by: Patrik Gfeller --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..f0ad9e520 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[[redirects]] + from = "/" + to = "/docs" \ No newline at end of file