remove unused files

This commit is contained in:
2026-06-19 12:15:50 +05:30
parent 6958805396
commit 53a1968350
36 changed files with 928 additions and 4644 deletions

View File

@@ -48,6 +48,26 @@ export const metadata: Metadata = {
siteName: 'Nearle',
locale: 'en_IN',
type: 'website',
images: [
{
url: '/logo.png',
width: 512,
height: 512,
alt: 'Nearle logo',
},
],
},
twitter: {
card: 'summary',
title: 'Nearle — Your Neighbourhood, Your World',
description: "India's hyperlocal neighbourhood commerce platform",
images: ['/logo.png'],
},
alternates: { canonical: '/' },
icons: {
icon: '/favicon.ico',
shortcut: '/favicon.ico',
apple: '/apple-icon.png',
},
robots: { index: true, follow: true },
}