diff --git a/src/components/production-block.tsx b/src/components/production-block.tsx index 43e81f9..398d0fa 100644 --- a/src/components/production-block.tsx +++ b/src/components/production-block.tsx @@ -67,7 +67,7 @@ export const ProductionBlock = (props: ProductionBlockProps) => { }, [bundleCode, contents, tree, metadata, context, iframeIsLoaded]) if (!bundleCode) return null - const url = "http://localhost:3000/block-testing" + const url = "https://github-blocks.vercel.app/block-testing" return (