24 lines
394 B
TOML
24 lines
394 B
TOML
|
|
[functions]
|
|
directory = "functions"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/.netlify/functions/index"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/codesandbox"
|
|
to = "/.netlify/functions/codesandbox"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/stackblitz"
|
|
to = "/.netlify/functions/stackblitz"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/index"
|
|
status = 200
|