File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
1313} ) ;
1414
1515export 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
2020export default function RootLayout ( {
Original file line number Diff line number Diff line change 11import { projects } from '@/projects.config' ;
22import 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 >
Original file line number Diff line number Diff line change 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" : [
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+ ]
You can’t perform that action at this time.
0 commit comments