fix: rename css file to force update cache, fixes #141

This commit is contained in:
C4illin 2024-09-25 23:47:18 +02:00
parent fa5446c446
commit 47139a550b
5 changed files with 43 additions and 24 deletions

View file

@ -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"