File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/docs/pages/docs/tutorial Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default async function Page({
5555}) {
5656 const { slug } = await params;
5757
58- const url = ` https://composify.cloud/[organization id]/${ slug} ` ;
58+ const url = ` https://pages. composify.net/[org public id]/${ slug} ` ;
5959 const res = await fetch (url, {
6060 cache: ' no-store' ,
6161 });
@@ -83,7 +83,7 @@ import { useLoaderData } from 'react-router';
8383export async function loader({ params }: LoaderFunctionArgs ) {
8484 const slug = params .slug ?? ' ' ;
8585
86- const url = ` https://composify.cloud/[organization id]/${slug } ` ;
86+ const url = ` https://pages. composify.net/[org public id]/${slug } ` ;
8787 const res = await fetch (url , {
8888 cache: ' no-store' ,
8989 });
You can’t perform that action at this time.
0 commit comments