2024-11-10 22:55:49 -06:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"elm": {
|
|
|
|
"development": { "debugger": true },
|
|
|
|
"production": { "debugger": false }
|
|
|
|
},
|
|
|
|
"env": [],
|
|
|
|
"html": {
|
|
|
|
"attributes": {
|
|
|
|
"html": { "lang": "en" },
|
|
|
|
"head": {}
|
|
|
|
},
|
2024-12-22 04:42:30 -06:00
|
|
|
"title": "upRootNutrition",
|
2024-11-10 22:55:49 -06:00
|
|
|
"meta": [
|
|
|
|
{ "charset": "UTF-8" },
|
|
|
|
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
|
2024-12-06 00:43:00 -06:00
|
|
|
{
|
|
|
|
"name": "viewport",
|
|
|
|
"content": "width=device-width, initial-scale=1.0"
|
|
|
|
}
|
2024-11-10 22:55:49 -06:00
|
|
|
],
|
|
|
|
"link": [
|
2024-12-06 02:13:22 -06:00
|
|
|
{ "rel": "icon", "type": "png", "href": "/assets/logo_lambda.png" },
|
2024-12-06 00:43:00 -06:00
|
|
|
{ "rel": "stylesheet", "href": "/styles.css" },
|
|
|
|
{
|
|
|
|
"rel": "stylesheet",
|
|
|
|
"href": "https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap"
|
|
|
|
}
|
2024-11-10 22:55:49 -06:00
|
|
|
],
|
|
|
|
"script": []
|
|
|
|
},
|
|
|
|
"router": {
|
|
|
|
"useHashRouting": false
|
|
|
|
}
|
|
|
|
}
|
2024-12-06 00:43:00 -06:00
|
|
|
}
|