From aae2c67562ea62b26353c46b10e19fcdd58937c2 Mon Sep 17 00:00:00 2001 From: jt Date: Mon, 13 Jul 2026 21:08:39 -0700 Subject: [PATCH] docs: add root index.html fallback so SWA deploy validation passes The static-web-apps-deploy action requires a default file (index.html) at the app root, and the /stability-matrix/ prefix left the dist root without one, failing the first deploy. This page satisfies the check and meta-refreshes to /stability-matrix/ as a fallback for hosts without SWA routing (e.g. local preview); on Azure the "/" 302 route still takes precedence. Replaced by a real landing page when the site goes multi-product. Co-Authored-By: Claude Fable 5 --- docs/public/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/public/index.html diff --git a/docs/public/index.html b/docs/public/index.html new file mode 100644 index 00000000..e307398e --- /dev/null +++ b/docs/public/index.html @@ -0,0 +1,19 @@ + + + + + + + + Lykos Docs + + +

Redirecting to the Stability Matrix documentation

+ +