Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--
Root landing fallback. On Azure SWA the "/" route in staticwebapp.config.json
302s to /stability-matrix/ before this file is ever served; this page exists
because the SWA deploy action requires an index.html at the app root, and it
doubles as the redirect for local preview (which has no SWA routing). Replaced
by a real product landing page when the site goes multi-product.
-->
<meta http-equiv="refresh" content="0; url=/stability-matrix/" />
<link rel="canonical" href="https://docs.lykos.ai/stability-matrix/" />
<title>Lykos Docs</title>
</head>
<body>
<p>Redirecting to the <a href="/stability-matrix/">Stability Matrix documentation</a>&hellip;</p>
</body>
</html>
Loading