[CI/CD] - The preview link created by the pipeline point to an empty page (#2271)

Fixes #2269

📜 netlify configuration file added (redirection from `/` ➡️ `/docs`

Signed-off-by: Patrik Gfeller <patrik.gfeller@gmail.com>
pull/2272/head
Patrik Gfeller 2024-03-08 18:43:03 +01:00 committed by GitHub
parent 4f906d8e47
commit 37ec99736d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
netlify.toml Normal file
View File

@ -0,0 +1,3 @@
[[redirects]]
from = "/"
to = "/docs"