diff --git a/src/components/video-editor/cloud/CloudShareButton.tsx b/src/components/video-editor/cloud/CloudShareButton.tsx index 605c3e2a..142c5937 100644 --- a/src/components/video-editor/cloud/CloudShareButton.tsx +++ b/src/components/video-editor/cloud/CloudShareButton.tsx @@ -12,9 +12,7 @@ import { import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; -const DEFAULT_CLOUD_ENDPOINT = import.meta.env.DEV - ? "http://localhost:8787/api/upload" - : "https://videos.recordly.dev/api/upload"; +const DEFAULT_CLOUD_ENDPOINT = "http://localhost:8787/api/upload"; type Props = { filePath?: string;