mirror of
https://github.com/vernu/textbee.git
synced 2026-04-19 06:22:10 -04:00
chore(web): update sitemap
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user