Skip to content

Commit 81aa7ee

Browse files
committed
Update sitemap.ts
1 parent ca5f066 commit 81aa7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/snow-leopard/app/sitemap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { MetadataRoute } from 'next'
22

33
export default function sitemap(): MetadataRoute.Sitemap {
4-
const baseUrl = process.env.VERCEL_URL || 'https://www.cursorforwrit.ing'
4+
const baseUrl = 'https://www.cursorforwrit.ing'
55

66
const staticRoutes = [
77
{

0 commit comments

Comments
 (0)