Skip to content

Commit 1471d57

Browse files
committed
wip Title
1 parent a44d5a1 commit 1471d57

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
export const metadata: Metadata = {
16-
title: "Create Next App",
17-
description: "Generated by create next app",
16+
title: "RustFS | Download",
17+
description: "A collection of artcrafts and tools for RustFS.",
1818
};
1919

2020
export default function RootLayout({

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { projects } from '@/projects.config';
22
import Link from 'next/link';
33

4-
export default function ReleasesPage() {
4+
export default function HomePage() {
55
return (
66
<div className="container mx-auto px-4 py-8">
77
<h1 className="text-3xl font-bold mb-8">RustFS Projects</h1>

data/console/releases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"target_commitish": "main",
3232
"name": "v0.0.8",
3333
"draft": false,
34-
"prerelease": true,
34+
"prerelease": false,
3535
"created_at": "2025-03-12T07:54:14Z",
3636
"published_at": "2025-03-16T06:17:09Z",
3737
"assets": [
@@ -639,4 +639,4 @@
639639
"zipball_url": "https://api.github.com/repos/rustfs/console/zipball/v0.0.1",
640640
"body": "**Full Changelog**: https://github.com/rustfs/console/commits/v0.0.1"
641641
}
642-
]
642+
]

0 commit comments

Comments
 (0)