blob: ab7246c8984099675fe6e894f23b6d48e5b9bc17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[build]
publish = "dist/"
command = "npm run build"
[[redirects]]
from = "/api/*"
to = "https://api-puszcza.netlify.com/api/:splat"
status = 200
force = true
from = "/admin/*"
to = "https://api-puszcza.netlify.com/admin/:splat"
status = 200
force = true
|