-
Notifications
You must be signed in to change notification settings - Fork 0
/
elm-land.json
61 lines (61 loc) · 1.88 KB
/
elm-land.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"app": {
"elm": {
"development": { "debugger": false },
"production": { "debugger": false }
},
"env": [],
"html": {
"attributes": {
"html": { "lang": "en" },
"head": {}
},
"title": "Christopher Samoilov",
"meta": [
{ "charset": "UTF-8" },
{ "http-equiv": "X-UA-Compatible", "content": "IE=edge" },
{
"name": "viewport",
"content": "width=device-width, initial-scale=1.0"
},
{ "name": "description", "content": "Graphic & Web Designer" },
{ "property": "og:title", "content": "Christopher Samoilov" },
{ "property": "og:image", "content": "https://christophersamoilov.github.io/images/preview.jpg" },
{ "property": "og:description", "content": "Graphic & Web Designer" },
{ "property": "og:url", "content": "https://christophersamoilov.github.io" },
{ "name": "twitter:card", "content": "summary" },
{ "name": "twitter:site", "content": "@chrissamoilov" },
{ "name": "twitter:creator", "content": "@chrissamoilov" }
],
"link": [
{
"href": "https://fonts.googleapis.com",
"rel": "preconnect"
},
{
"href": "https://fonts.gstatic.com",
"rel": "preconnect",
"crossorigin": true
},
{
"href": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap",
"rel": "stylesheet"
},
{
"rel": "icon",
"type": "image/svg+xml",
"href": "/icons/favicon.svg"
},
{ "rel": "stylesheet", "href": "/styles/reset.css" },
{ "rel": "stylesheet", "href": "/styles/custom.css" }
],
"script": [
{ "type": "module", "src": "/scripts/metrika.js" }
]
},
"router": {
"useHashRouting": true
},
"proxy": null
}
}