mirror of
https://github.com/supabase/supabase.git
synced 2026-05-07 09:20:21 -04:00
Fix the command URL.
This commit is contained in:
@@ -10,7 +10,7 @@ export function Command({ name }: CommandCopyProps) {
|
||||
? `https://${process.env.VERCEL_PROJECT_PRODUCTION_URL}`
|
||||
: process.env.VERCEL_TARGET_ENV === 'preview'
|
||||
? `https://${process.env.VERCEL_PROJECT_PREVIEW_URL}`
|
||||
: 'http://localhost:3000'
|
||||
: 'http://localhost:3004'
|
||||
}${process.env.NEXT_PUBLIC_BASE_PATH ?? ''}/r/${name}.json`
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user