2022-10-11 17:09:21 +00:00
|
|
|
[build]
|
2022-10-17 02:33:04 +00:00
|
|
|
command = "zola build --drafts"
|
2022-10-11 17:09:21 +00:00
|
|
|
publish = "public/"
|
|
|
|
|
|
|
|
[dev]
|
|
|
|
command = "zola serve --drafts"
|
|
|
|
publish = "public/"
|
|
|
|
port = 1111
|
|
|
|
|
2022-10-21 01:01:11 +00:00
|
|
|
[[redirects]]
|
|
|
|
from = "https://mat-services.netlify.app/*"
|
|
|
|
to = "https://mat.services/:splat"
|
|
|
|
force = true
|