fix: never cache index.html, prevent stale assets

feat/type-attributes
Tomáš Mládek 2023-08-26 19:55:18 +02:00
parent e6b3916180
commit ac75425826
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@ -8,6 +8,10 @@
<title>UpEnd</title>
<link rel="icon" type="image/png" href="assets/upend.svg" />
<meta
http-equiv="Cache-control"
content="no-cache, no-store, must-revalidate"
/>
</head>
<body>