From b663259ede3dae320dd3522c8bc81fa6aec65095 Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 6 Jan 2025 20:37:48 +0300 Subject: [PATCH] chore(web): update sitemap --- web/app/sitemap.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/web/app/sitemap.ts b/web/app/sitemap.ts index 58e7eb7..47d5a82 100644 --- a/web/app/sitemap.ts +++ b/web/app/sitemap.ts @@ -5,7 +5,14 @@ export default function sitemap(): MetadataRoute.Sitemap { const baseUrl = process.env.NEXT_PUBLIC_SITE_URL if (!baseUrl?.includes('textbee.dev')) { - return [] + return [ + { + url: baseUrl, + lastModified: new Date(), + changeFrequency: 'monthly' as const, + priority: 1, + }, + ] } const routes = [