ソースを参照

force browser to always retrieve latest index.html file

tigger 2 週間 前
コミット
862f2cfb7f
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/index.html

+ 4 - 0
src/index.html

@@ -13,6 +13,10 @@
   <link rel="manifest" href="manifest.webmanifest">
   <meta content="yes" name="apple-mobile-web-app-capable"/>
   <meta content="yes" name="mobile-web-app-capable"/>
+
+  <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" />
 </head>
 <body class="mat-app-background">
   <app-root></app-root>