Skip to content

Commit

Permalink
add no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Svensson committed Feb 5, 2024
1 parent 61f10c1 commit 56562cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebdigFrontend</title>
<title>WebDig</title>
<base href="/">
<meta name="cache-control" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
Expand Down

0 comments on commit 56562cf

Please sign in to comment.