Skip to content

Commit

Permalink
add favicon, change cover_image ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
TeemuKoivisto committed Apr 2, 2024
1 parent dc0481e commit a190feb
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 1 deletion.
Binary file removed cover_image.avif
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/client/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const SITE_METADATA = {
title: 'MIDI Note Trainer',
description: 'Practise music notation, scales and chords using MIDI directly from browser.',
image: {
url: 'https://midi-note-trainer.teemukoivisto.xyz/cover_image.avif',
url: 'https://midi-note-trainer.teemukoivisto.xyz/cover_image_1080.png',
width: 1350,
height: 1080,
alt: 'Image of MIDI Note Trainer UI'
Expand Down
Binary file added packages/client/static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/client/static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/client/static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/client/static/cover_image_1080.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/client/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/client/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/client/static/favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions packages/client/static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "MIDI Note Trainer",
"short_name": "MIDI Note Trainer",
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit a190feb

Please sign in to comment.