Skip to content

Commit dffcdef

Browse files
committed
Enable flaky.build icons and settings
1 parent 8216b20 commit dffcdef

16 files changed

+65
-45
lines changed

components/StaticLogo.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.logo {
22
height: 75%;
33
margin-right: 5px;
4-
border-radius: 50%;
54
display: flex;
65
}
76

components/StaticLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import styles from './StaticLogo.module.css'
66
export function StaticLogo() {
77
return (
88
<a className={cs(styles.logo, styles.link)} href={config.host} rel="home" title="Logo">
9-
<img src="/favicon.png"/>
9+
<img src="/favicon.svg"/>
1010
<span>{config.name}</span>
1111
</a>
1212
)

public/android-chrome-192x192.png

12 KB
Loading

public/android-chrome-512x512.png

34.2 KB
Loading

public/apple-touch-icon.png

11.6 KB
Loading

public/favicon.ico

-1.06 KB
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

public/manifest.json

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
{
2-
"name": "Next.js Notion Starter Kit",
3-
"short_name": "Starter Kit",
2+
"name": "Blog & Guidebook about traveling with a camper van in Europe 🚚 🇪🇺",
3+
"short_name": "Traveling Van Problem",
44
"icons": [
55
{
6-
"src": "/favicon.png",
7-
"type": "image/png",
8-
"sizes": "32x32"
6+
"src": "/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
99
},
1010
{
11-
"src": "/favicon-128x128.png",
12-
"type": "image/png",
13-
"sizes": "128x128"
14-
},
15-
{
16-
"src": "/favicon-192x192.png",
17-
"type": "image/png",
18-
"sizes": "192x192"
11+
"src": "/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
1914
}
2015
],
21-
"theme_color": "#000000",
22-
"background_color": "#000000",
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
2318
"display": "standalone"
2419
}

public/pwa-192x192.png

12.6 KB
Loading

public/pwa-512x512.png

37.1 KB
Loading

0 commit comments

Comments
 (0)