notohh.dev/elm-land.json
notohh 4edf79e21f
Some checks failed
notohh.dev / build (push) Failing after 1m16s
init 1.0
2024-01-16 02:03:52 -05:00

45 lines
781 B
JSON

{
"app": {
"elm": {
"development": {
"debugger": true
},
"production": {
"debugger": false
}
},
"env": [],
"html": {
"attributes": {
"html": {
"lang": "en"
},
"head": {}
},
"title": "notohh.dev",
"meta": [
{
"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"
}
],
"script": []
},
"router": {
"useHashRouting": false
}
}
}