-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
36 lines (34 loc) · 961 Bytes
/
netlify.toml
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
[build]
functions = "functions/"
publish = "dist/"
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && ls -lha && npm install && npx travelm-agency --elm_path=src/I18n.elm --json_path=public/i18n translations && npm run build"
[dev]
command = "npm start"
targetPort = 1234
autoLaunch = true
framework = "#custom"
[functions]
node_bundler = "esbuild"
included_files = [
"content/accommodation.md",
"content/en/accommodation.md",
"content/es/accommodation.md",
"content/de/accommodation.md",
"content/pt/accommodation.md",
"content/hosts.md",
"content/en/hosts.md",
"content/es/hosts.md",
"content/de/hosts.md",
"content/pt/hosts.md",
"content/support.md",
"content/en/support.md",
"content/es/support.md",
"content/de/support.md",
"content/pt/support.md",
"content/en/support.md",
"content/es/support.md",
"content/de/support.md",
"content/pt/support.md",
"Comismsh.ttf",
"functions/fonts/Comismsh.ttf"
]