One more fix

This commit is contained in:
Atridad Lahiji 2023-09-09 19:41:37 -06:00 committed by atridadl
parent 88f75bb37a
commit 04624a34c9
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View file

@ -4,12 +4,6 @@ import { GiStarFormation } from "react-icons/gi";
import { isAdmin, isVIP } from "@/utils/helpers";
import { currentUser } from "@clerk/nextjs";
// export const runtime = "edge";
// export const preferredRegion = ["pdx1"];
// export const dynamic = "force-dynamic";
// export const revalidate = 0;
// export const fetchCache = "force-no-store";
export default async function Dashboard() {
const user = await currentUser();

View file

@ -1,11 +1,5 @@
import VoteUI from "@/app/_components/VoteUI";
// export const runtime = "edge";
// export const preferredRegion = ["pdx1"];
// export const dynamic = "force-dynamic";
// export const revalidate = 0;
// export const fetchCache = "force-no-store";
export default function Room() {
return (
<div className="flex flex-col items-center justify-center text-center gap-2">