This commit is contained in:
schmelczerandras 2020-11-19 19:50:14 +01:00
parent 5592828c92
commit 5dbf8b7878
3 changed files with 13 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*\"",
"build": "webpack --mode production"
},
"repository": {

View file

@ -21,7 +21,7 @@
}
h1 {
font-family: "Roboto", "Helvetica Neue", sans-serif;
font-family: 'Roboto', 'Helvetica Neue', sans-serif;
font-weight: 100;
font-size: 3rem;
color: white;

View file

@ -1 +1,11 @@
{"name":"","short_name":"","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"}
{
"name": "",
"short_name": "",
"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"
}