We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de20a0c commit c00e6d2Copy full SHA for c00e6d2
.editorconfig
@@ -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
@@ -33,7 +33,12 @@
33
window.location.href = `https://github.com/flightpkg/flight/releases/download/${version}/install.sh`;
34
}, [])
35
return (
36
- "Redirecting to latest release"
+ <Layout
37
+ permalink="/versions"
38
+ description="flightpkg - CLI Versions page listing all documented site versions"
39
+ >
40
+ <p>Loading data...</p>
41
+ </Layout>
42
);
43
}
44
static/get/index.html
0 commit comments