If you're ok with using another platform for o11y, I recommend Axiom
If you're ok with using another platform for o11y, I recommend Axiom


preview_database_id = "DATABASE" export default function Home() {
return null;
// return <Client />;
}
// import Client from "./client";
// import dynamic from "next/dynamic";
// const Client = dynamic(() => import("./client").then((mod) => mod.Client), {
// loading: () => <p>Loading...</p>,
// });