Remove cache entirely

This commit is contained in:
Atridad Lahiji 2023-06-28 17:04:11 -06:00
parent c1585731ef
commit 895576dffd
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 />