Skip to content

Commit

Permalink
Fix the vercel url
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed May 31, 2024
1 parent 547b287 commit 155a199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Toaster } from '@/components/ui/sonner'
import { KasadaClient } from '@/lib/kasada/kasada-client'

export const metadata = {
metadataBase: new URL(`https://${process.env.VERCEL_URL}`),
metadataBase: new URL(process.env.VERCEL_PROJECT_PRODUCTION_URL!),
title: {
default: 'Next.js Gemini Chatbot',
template: `%s - Next.js Gemini Chatbot`
Expand Down

0 comments on commit 155a199

Please sign in to comment.