mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: init
This commit is contained in:
parent
be12403f13
commit
7145b8a9fa
21 changed files with 591 additions and 9 deletions
28
frontend/elm-land.json
Executable file
28
frontend/elm-land.json
Executable file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"app": {
|
||||
"elm": {
|
||||
"development": { "debugger": true },
|
||||
"production": { "debugger": false }
|
||||
},
|
||||
"env": [],
|
||||
"html": {
|
||||
"attributes": {
|
||||
"html": { "lang": "en" },
|
||||
"head": {}
|
||||
},
|
||||
"title": "Elm Land",
|
||||
"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": "https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap" }
|
||||
],
|
||||
"script": []
|
||||
},
|
||||
"router": {
|
||||
"useHashRouting": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue