You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rpg-cards-ng/html.config.json

22 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"
}