Skip to content

Commit d08b52b

Browse files
committed
add google verification tag
1 parent 33a2ffb commit d08b52b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/app/page.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ import { HeroHighlight } from "@/components/ui/hero-highlight";
55
import { Input } from "@/components/ui/input";
66
import { IMAGE_LINKS } from "@/lib/utils";
77
import { Clapperboard, Share2, Upload } from "lucide-react";
8+
import type { Metadata } from "next";
89
import Link from "next/link";
910
import { Suspense } from "react";
1011

1112
export const experimental_ppr = true;
1213

13-
export const metadata = {
14+
export const metadata: Metadata = {
1415
title: "Flowble - Share Videos in a Flash",
1516
description: "Share Videos in a Flash",
1617
icons: {
@@ -41,6 +42,9 @@ export const metadata = {
4142
url: "https://flowble.app",
4243
type: "website",
4344
},
45+
verification: {
46+
google: "3rc-q3njZ-HQWdByEAxvLyHVeRbzUoGp9HjMA0UYR78",
47+
},
4448
};
4549

4650
export default async function Home() {
@@ -61,8 +65,9 @@ export default async function Home() {
6165
Share Videos in a Flash
6266
</h1>
6367
<p className="mx-auto max-w-[700px] text-gray-500 md:text-xl dark:text-gray-400">
64-
Flowble makes it incredibly easy and fast to share your favorite moments with
65-
friends. Upload, send, and enjoy videos together in seconds.
68+
Flowble makes it incredibly easy and fast to share your
69+
favorite moments with friends. Upload, send, and enjoy
70+
videos together in seconds.
6671
</p>
6772
</div>
6873
<div className="space-x-4">

0 commit comments

Comments
 (0)