Files
mmorales.photo/front/v2/public/config.json

32 lines
914 B
JSON

{
"$schema": "config.schema.json",
"version": "1.0.0",
"baseApiUrl": "https://localhost:7273/api",
"defaultTheme": "light",
"logoAlt": "MMORALES PHOTO",
"title": "MMORALES PHOTO",
"faviconSrc": "assets/favicon.ico",
"metaTags": {
"description": "Manuel Morales Workshop.",
"keywords": "MMORALES, photo, photography, workshop, Manuel Morales",
"author": "Manuel Juan Morales Amat"
},
"socialLinks": {
"instagram": "https://www.instagram.com/mmorales_photo/"
},
"fonts": {
"preconnect": [
{
"href": "https://fonts.googleapis.com"
},
{
"href": "https://fonts.googleapis.com",
"crossorigin": true
}
],
"stylesheets": [
"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&display=swap"
]
}
}