mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 06:24:16 +02:00
fix(docs): compile Jekyll docs site and add root redirect in CI (#5526)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting...</title>
|
||||
<link rel="canonical" href="en/">
|
||||
<script>location="en/"</script>
|
||||
<meta http-equiv="refresh" content="0; url=en/">
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="en/">en/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user