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 7cadafb commit adcc3e9Copy full SHA for adcc3e9
src/pages/download.tsx
@@ -7,8 +7,8 @@ import latest from '@site/static/data/latest.json'
7
import HeaderSlogan from '../components/HeaderSlogan'
8
9
export default function Plugins(): JSX.Element {
10
- const item = latest.release.version;
11
- const date= '2025-06-03'
+ const item = latest.release.version;
+ const date = latest.release.date;
12
return (
13
<Layout
14
title={translate({ message: 'Download' })}
static/data/latest.json
@@ -1,6 +1,7 @@
1
{
2
"release": {
3
+ "date": "2025-06-03",
4
"version": "1.5.1",
5
"url": "https://github.com/apache/answer/releases/tag/v1.5.1"
6
}
-}
+}
0 commit comments