From 4957217a1611117d9973abc56b279434c2b49a49 Mon Sep 17 00:00:00 2001 From: Kacper Wojciechowski <39823706+jog1t@users.noreply.github.com> Date: Sat, 17 Jan 2026 04:41:33 +0100 Subject: [PATCH] fix(website): invalid import --- website/src/components/docs/Hosting.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/docs/Hosting.tsx b/website/src/components/docs/Hosting.tsx index ba02c66d88..e8f9ffa01d 100644 --- a/website/src/components/docs/Hosting.tsx +++ b/website/src/components/docs/Hosting.tsx @@ -1,5 +1,5 @@ import { CardGroup, Card } from "@/components/Card"; -import { deployOptions } from "@/data/deploy/shared"; +import { deployOptions } from "@rivetkit/example-registry"; export function Hosting() { const hostingProviders = deployOptions;