Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
No cache
Browse files Browse the repository at this point in the history
  • Loading branch information
NayamAmarshe committed Aug 23, 2023
1 parent cf63b76 commit f5cb867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<title>Upscayl - AI Image Upscaler</title>
<meta name="color-scheme" content="dark" />

<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />

<link rel="icon" type="image/png" href="/logo.png" />

<meta name="twitter:card" content="summary_large_image" />
Expand Down

0 comments on commit f5cb867

Please sign in to comment.