Prevent caching to ensure updated UI is shown

This commit is contained in:
Millun Atluri 2023-10-04 17:36:35 +11:00 committed by psychedelicious
parent dedead672f
commit 3a586fc9c4

View File

@ -3,6 +3,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="favicon.ico" />
<style>