Skip to content

Commit

Permalink
fix(public): disable cache for index.html asset (#4300)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jul 20, 2023
1 parent 3f13029 commit cfaa767
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="SwaggerEditor"
/>
<meta name="description" content="SwaggerEditor" />
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate" />
<link rel="icon" href="%PUBLIC_URL%/favicon-32x32.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon-32x32.png" />
<link rel="stylesheet" href="%PUBLIC_URL%/static/media/splash-screen/styles.css" />
Expand Down

0 comments on commit cfaa767

Please sign in to comment.