Skip to content

Commit f4bdcc3

Browse files
committed
Update site description
1 parent 50c7997 commit f4bdcc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/(home)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { homeOptions } from '@/lib/layout.shared';
33

44
export const metadata = {
55
title: 'Riven',
6-
description: 'Riven - The Ultimate Media Management Solution',
6+
description: 'The Ultimate Media Management Solution. Find, Organize, Stream, and Enjoy Your Media Effortlessly with Riven.',
77
manifest: '/manifest.webmanifest',
88
keywords: ['Riven', 'Media', 'Debrid', 'Streaming'],
99
metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL ?? "https://riven.tv"),

app/manifest.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start_url": "/",
77
"name": "Riven",
88
"short_name": "Riven",
9-
"description": "Riven - The Ultimate Media Management Solution",
9+
"description": "The Ultimate Media Management Solution. Find, Organize, Stream, and Enjoy Your Media Effortlessly with Riven.",
1010
"icons": [
1111
{
1212
"src": "/icons/icon-48x48.png",

0 commit comments

Comments
 (0)