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

@ -6,7 +6,7 @@ import { getSharedChat } from '@/app/actions'
import { ChatList } from '@/components/chat-list'
import { FooterText } from '@/components/footer'
// export const runtime = 'edge'
export const runtime = 'edge'
export const preferredRegion = 'home'
interface SharePageProps {