Skip to content

Commit 96a0952

Browse files
committed
Back to standalone
1 parent 72bf4bb commit 96a0952

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "EuroPython 2025",
33
"short_name": "EP2025",
4-
"display": "fullscreen",
4+
"display": "standalone",
55
"start_url": "./schedule/?utm_source=pwa",
66
"lang": "en",
77
"scope": ".",

src/components/BaseHead.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const { title, description, image = "/social-card.png" } = Astro.props;
2020
<meta name="build-version" content={gitVersion} />
2121
<meta name="build-timestamp" content={buildTimestamp} />
2222
<link rel="sitemap" href="/sitemap-index.xml" />
23+
<link rel="mask-icon" href="/maskable_icon.png" color="#f5e5d6">
2324
<meta name="msapplication-TileColor" content="#f5e5d6">
2425
<meta name="theme-color" content="#f5e5d6">
2526

0 commit comments

Comments
 (0)