Fix links
This commit is contained in:
parent
3f465f05c5
commit
450aa07fef
5 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<a href="https://chat.vercel.ai/">
|
||||
<img alt="Next.js 13 and App Router-ready AI chatbot." src="https://chat.vercel.ai/opengraph-image">
|
||||
<img alt="Next.js 13 and App Router-ready AI chatbot." src="https://chat.vercel.ai/opengraph-image?257c2a5cdc6cb3cb">
|
||||
<h1 align="center">Next.js AI Chatbot</h1>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ import { Header } from '@/components/header'
|
|||
|
||||
export const metadata: Metadata = {
|
||||
title: {
|
||||
default: 'Next.js Chatbot',
|
||||
template: `%s - Next.js Chatbot`
|
||||
default: 'Next.js AI Chatbot',
|
||||
template: `%s - Next.js AI Chatbot`
|
||||
},
|
||||
description: 'An AI-powered chatbot built with Next.js and Vercel.',
|
||||
themeColor: [
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ export default async function Image() {
|
|||
</svg>
|
||||
</div>
|
||||
<div tw="flex text-white font-bold text-4xl mt-2 leading-normal ml-10">
|
||||
What is Next.js Chat?
|
||||
What is Next.js AI Chatbot?
|
||||
</div>
|
||||
</div>
|
||||
<div tw="flex w-full mt-14 items-start">
|
||||
|
|
@ -76,7 +76,7 @@ export default async function Image() {
|
|||
<div tw="flex text-[#eaeaf0] ml-2">KV</div>
|
||||
</div>
|
||||
</div>
|
||||
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.nextjs.chat</div>
|
||||
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.chat.vercel.ai</div>
|
||||
</div>
|
||||
</div>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ export default async function Image({ params }: ImageProps) {
|
|||
<div tw="flex text-[#eaeaf0] ml-2">KV</div>
|
||||
</div>
|
||||
</div>
|
||||
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.nextjs.chat</div>
|
||||
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.chat.vercel.ai</div>
|
||||
</div>
|
||||
</div>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export function EmptyScreen({ setInput }: Pick<UseChatHelpers, 'setInput'>) {
|
|||
<div className="mx-auto max-w-2xl px-4">
|
||||
<div className="rounded-lg border bg-background p-8">
|
||||
<h1 className="mb-2 text-lg font-semibold">
|
||||
Welcome to Next.js Chatbot!
|
||||
Welcome to Next.js AI Chatbot!
|
||||
</h1>
|
||||
<p className="mb-2 leading-normal text-muted-foreground">
|
||||
This is an open source AI chatbot app built with{' '}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue