We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5f066 commit 81aa7eeCopy full SHA for 81aa7ee
apps/snow-leopard/app/sitemap.ts
@@ -1,7 +1,7 @@
1
import { MetadataRoute } from 'next'
2
3
export default function sitemap(): MetadataRoute.Sitemap {
4
- const baseUrl = process.env.VERCEL_URL || 'https://www.cursorforwrit.ing'
+ const baseUrl = 'https://www.cursorforwrit.ing'
5
6
const staticRoutes = [
7
{
0 commit comments