From 5b67438189ba3d8954c0c6b27fae739b18d2bcbf Mon Sep 17 00:00:00 2001 From: Amelia Wattenbeger Date: Mon, 22 Nov 2021 17:16:08 -0500 Subject: [PATCH] fix production block url --- src/components/production-block.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (