about summary refs log tree commit diff
path: root/netlify.toml
blob: 5c94b418f995512ca49d92e3421896127d7c0679 (plain)
1
2
3
4
5
6
7
8
9
[build]

publish = "dist/"
command = "npm run build"

[[redirects]]
    from = "/api/posts"
    to = "/api/posts.json"
    status = 200