khronoz's picture
Refactored Code (#12)
fb3baa1 unverified
raw
history blame
429 Bytes
import Home from '@/app/components/ui/home/client-component';
import type { Metadata } from "next";
export const metadata: Metadata = {
// Google Search Console HTML Tag Verification
verification: {
google: process.env.GSC_TAG_VERIFICATION,
// Add more verification providers here. Refer: https://nextjs.org/docs/app/api-reference/functions/generate-metadata#verification
},
};
export default Home;