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;