Skip to content

Commit 393fe65

Browse files
committed
chore: update website title to Apache 2.0 Alternative to MinIO
1 parent b3caef5 commit 393fe65

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const SITE_CONFIG = {
77

88
// Site meta information
99
export const SITE_METADATA = {
10-
title: "RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
10+
title: "RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
1111
description: 'RustFS is a high-performance distributed storage system built with Rust, S3 protocol compatible',
1212
keywords: 'RustFS, distributed storage, cloud storage, S3 compatible, high performance, open source, MinIO alternative',
1313
} as const

app/contact/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import ContactForm from '@/components/business/contact-form'
22
import type { Metadata } from 'next'
33

44
export const metadata: Metadata = {
5-
title: "Contact Us | RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
5+
title: "Contact Us | RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
66
description: 'Get in touch with the RustFS team. Contact us for questions, support, or partnership opportunities.',
77
openGraph: {
8-
title: "Contact Us | RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
8+
title: "Contact Us | RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
99
description: 'Get in touch with the RustFS team. Contact us for questions, support, or partnership opportunities.',
1010
type: "website",
1111
locale: 'en_US',

app/download/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { getLatestRelease, getLatestLauncherRelease } from '@/lib/github';
33
import type { Metadata } from 'next';
44

55
export const metadata: Metadata = {
6-
title: "Download | RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
6+
title: "Download | RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
77
description: 'Download RustFS, supporting Docker, Linux, macOS, Windows and other platforms, quickly deploy your distributed storage system.',
88
openGraph: {
9-
title: "Download | RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
9+
title: "Download | RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
1010
description: 'Download RustFS, supporting Docker, Linux, macOS, Windows and other platforms, quickly deploy your distributed storage system.',
1111
type: "website",
1212
locale: 'en_US',

app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ import { getGitHubMetrics } from "@/lib/github";
1212
import type { Metadata } from "next";
1313

1414
export const metadata: Metadata = {
15-
title: "RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
15+
title: "RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
1616
description: 'RustFS is a high-performance, Limitless Scalability, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
1717
keywords: 'RustFS, distributed storage, cloud storage, S3 compatible, high performance, open source, MinIO alternative',
1818
authors: [{ name: 'RustFS Team' }],
1919
openGraph: {
20-
title: "RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
20+
title: "RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
2121
description: 'RustFS is a high-performance, Limitless Scalability, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
2222
type: "website",
2323
locale: 'en_US',
2424
},
2525
twitter: {
2626
card: "summary_large_image",
27-
title: "RustFS | Escape MinIO's AGPL. The True Open-Source Object Storage.",
27+
title: "RustFS | The High-Performance, Apache 2.0 Alternative to MinIO",
2828
description: 'RustFS is a high-performance, Limitless Scalability, secure and reliable distributed storage system built with Rust, S3 protocol compatible, supporting multi-cloud storage.',
2929
},
3030
};

0 commit comments

Comments
 (0)