notohh.dev/elm-land.json

45 lines
781 B
JSON
Raw Normal View History

2024-01-16 00:13:42 -05:00
{
"app": {
"elm": {
2024-01-16 02:03:52 -05:00
"development": {
"debugger": true
},
"production": {
"debugger": false
}
2024-01-16 00:13:42 -05:00
},
"env": [],
"html": {
"attributes": {
2024-01-16 02:03:52 -05:00
"html": {
"lang": "en"
},
2024-01-16 00:13:42 -05:00
"head": {}
},
2024-01-16 02:03:52 -05:00
"title": "notohh.dev",
2024-01-16 00:13:42 -05:00
"meta": [
2024-01-16 02:03:52 -05:00
{
"charset": "UTF-8"
},
{
"http-equiv": "X-UA-Compatible",
"content": "IE=edge"
},
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
}
],
"link": [
{
"rel": "stylesheet",
"href": "/dist/main.css"
}
2024-01-16 00:13:42 -05:00
],
"script": []
},
"router": {
"useHashRouting": false
}
}
}