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 3145afbf52 update netlify
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
2024-01-21 21:59:01 +05:30

13 lines
198 B
TOML

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