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