Skip to content

Commit c00e6d2

Browse files
author
DevComp
committed
🐛 Attempt to fix status code during redirection from /get
1 parent de20a0c commit c00e6d2

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 4
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = false

src/pages/Get/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
window.location.href = `https://github.com/flightpkg/flight/releases/download/${version}/install.sh`;
3434
}, [])
3535
return (
36-
"Redirecting to latest release"
36+
<Layout
37+
permalink="/versions"
38+
description="flightpkg - CLI Versions page listing all documented site versions"
39+
>
40+
<p>Loading data...</p>
41+
</Layout>
3742
);
3843
}
3944

static/get/index.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)