Skip to content

Commit

Permalink
stats: unset fetchCache + usntable_noStore
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Sep 30, 2024
1 parent ef5d245 commit 040f106
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/stats/page.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
import { unstable_noStore } from "next/cache"

import { Footer } from "@/app/components/footer"
import { Header } from "@/app/components/header"
import { PageClient } from "@/app/stats/page-client"

export const fetchCache = "force-no-store"

export default function Page() {
unstable_noStore()
return (
<div className="grid min-h-screen grid-cols-1 grid-rows-[auto_1fr_auto_auto]">
<div className="min-h-20">
Expand Down

0 comments on commit 040f106

Please sign in to comment.