1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30
Files
avinal.github.io/netlify.toml
T
avinal d085c84d03 fix links and add image
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
2024-03-30 13:06:18 +05:30

17 lines
251 B
TOML

[build]
command = "make all"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
# [[redirects]]
# from = "/posts/*"
# to = ""
# status = 200
[build.environment]
HUGO_VERSION = "0.124.1"