always use edge

This commit is contained in:
Shu Ding 2023-06-16 23:05:41 +02:00
parent 67a5689e4b
commit 4d03e43ee6
No known key found for this signature in database
GPG key ID: C39970877C25D6DD
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ import { auth } from '@/auth'
import { getChat } from '@/app/actions'
import { Chat } from '@/components/chat'
// export const runtime = 'edge'
export const runtime = 'edge'
export const preferredRegion = 'home'
export interface ChatPageProps {