Remove cache entirely

This commit is contained in:
Atridad Lahiji 2023-06-28 17:04:11 -06:00 committed by atridadl
parent 143673730f
commit b00ada3c36
No known key found for this signature in database

View file

@ -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 />