11 lines
173 B
TOML
11 lines
173 B
TOML
|
# example netlify.toml
|
||
|
[build]
|
||
|
command = "hugo"
|
||
|
functions = "netlify/functions"
|
||
|
publish = "public"
|
||
|
|
||
|
[dev]
|
||
|
command = "hugo server"
|
||
|
port = 1313
|
||
|
publish = "public"
|