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