Some fixes
This commit is contained in:
parent
cc1c24718e
commit
67359e19b3
8 changed files with 51 additions and 44 deletions
|
|
@ -9,7 +9,7 @@ import { Providers } from '@/components/providers'
|
|||
import { Header } from '@/components/header'
|
||||
|
||||
export const metadata = {
|
||||
metadataBase: new URL('https://chat.vercel.ai/'),
|
||||
metadataBase: new URL(`https://${process.env.VERCEL_URL}`),
|
||||
title: {
|
||||
default: 'Next.js AI Chatbot',
|
||||
template: `%s - Next.js AI Chatbot`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue