fix: rename css file to force update cache, fixes #141
This commit is contained in:
parent
fa5446c446
commit
47139a550b
5 changed files with 43 additions and 24 deletions
|
|
@ -7,7 +7,7 @@ export const BaseHtml = ({
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title safe>{title}</title>
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<link rel="stylesheet" href="/generated.css" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue