Remove cache entirely
This commit is contained in:
parent
c1585731ef
commit
895576dffd
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ const Room: NextPage = () => {
|
||||||
<Head>
|
<Head>
|
||||||
<title>Sprint Padawan</title>
|
<title>Sprint Padawan</title>
|
||||||
<meta name="description" content="Plan. Sprint. Repeat." />
|
<meta name="description" content="Plan. Sprint. Repeat." />
|
||||||
|
<meta http-equiv="Cache-control" content="no-cache" />
|
||||||
</Head>
|
</Head>
|
||||||
<div className="flex flex-col items-center justify-center text-center gap-2">
|
<div className="flex flex-col items-center justify-center text-center gap-2">
|
||||||
<RoomBody />
|
<RoomBody />
|
||||||
|
|
Loading…
Add table
Reference in a new issue