Skip to content

Commit 7dc532b

Browse files
chore: add favico and ios image
1 parent d9ba899 commit 7dc532b

6 files changed

Lines changed: 9 additions & 13 deletions

File tree

public/favicon.ico

15 KB
Binary file not shown.

public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.
32.7 KB
Loading
41.1 KB
Loading
133 KB
Loading

src/pages/index.astro

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,17 @@ function formatDate(dateStr) {
4343

4444
<html lang="pt-BR">
4545
<head>
46-
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
47-
<meta http-equiv="Pragma" content="no-cache" />
48-
<meta http-equiv="Expires" content="0" />
4946
<meta charset="utf-8" />
50-
<title>Undershows – Agenda de Shows</title>
47+
<title>Undershows</title>
5148
<meta name="viewport" content="width=device-width, initial-scale=1" />
49+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
50+
<link rel="apple-touch-icon" href="/images/icons/icon-180x180.png">
51+
<link rel="icon" type="image/png" sizes="192x192" href="/images/icons/icon-192x192-v2.png">
52+
<link rel="icon" type="image/png" sizes="512x512" href="/images/icons/icon-512x512-v2.png">
53+
<link rel="manifest" href="/manifest.json">
54+
<meta name="apple-mobile-web-app-capable" content="yes">
55+
<meta name="apple-mobile-web-app-title" content="Undershows">
56+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
5257

5358
<style>
5459
* {

0 commit comments

Comments
 (0)