forked from ryan-haskell/jangle-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelm-land.json
More file actions
35 lines (35 loc) · 915 Bytes
/
elm-land.json
File metadata and controls
35 lines (35 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"app": {
"elm": {
"development": { "debugger": true },
"production": { "debugger": false }
},
"env": [
"SUPABASE_URL",
"SUPABASE_KEY",
"SENTRY_ENV",
"SENTRY_DSN"
],
"html": {
"attributes": {
"html": { "lang": "en" },
"head": {}
},
"title": "Jangle",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{ "name": "viewport", "content": "width=device-width, initial-scale=1.0" }
],
"link": [
{ "rel": "shortcut icon", "href": "/images/logo.png", "type": "image/x-icon" },
{ "rel": "stylesheet", "href": "https://fonts.googleapis.com/css2?family=Almarai:wght@800&display=swap" },
{ "rel": "stylesheet", "href": "/main.css" }
],
"script": []
},
"router": {
"useHashRouting": false
}
}
}