rpg-cards-ng/html.config.json
koehr 68789d48f8 start of complete rewrite on top of vue3
This introduces a new build structure and a new notification system.
2020-06-30 11:51:23 +02:00

21 lines
476 B
JSON

{
"title": "vue3-app-starter",
"meta": {
"viewport": "width=device-width,initial-scale=1.0",
"description": "vue3 app starter with typescript support"
},
"logo": "./src/assets/logo.svg",
"favicons": {
"icons": {
"favicons": true,
"android": true,
"appleIcon": true,
"appleStartup": false,
"coast": false,
"firefox": false,
"yandex": false,
"windows": false
}
},
"template": "./public/index.html"
}