One more fix
This commit is contained in:
parent
043eef9911
commit
a9bf7365cc
2 changed files with 0 additions and 12 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue