Spaces:
Build error
Build error
File size: 429 Bytes
1d4f56e fb3baa1 0702eb8 1d4f56e 0702eb8 1d4f56e |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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;
|