Skip to content

Commit

Permalink
Update sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanogali committed Jun 3, 2024
1 parent 6050770 commit a3cfa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Route = {
};

const baseUrl = process.env.NEXT_PUBLIC_VERCEL_URL
? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}`
? `https://panini-cake.vercel.app`
: 'http://localhost:3000';

export const dynamic = 'force-dynamic';
Expand Down

0 comments on commit a3cfa22

Please sign in to comment.