mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
33 lines
600 B
TOML
33 lines
600 B
TOML
|
|
[functions]
|
|
directory = "functions"
|
|
|
|
[[redirects]]
|
|
from = "/"
|
|
to = "/.netlify/functions/index"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/codesandbox"
|
|
to = "/.netlify/functions/codesandbox"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/codesandbox-ts"
|
|
to = "/.netlify/functions/codesandbox-ts"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/stackblitz"
|
|
to = "/.netlify/functions/stackblitz"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/stackblitz-ts"
|
|
to = "/.netlify/functions/stackblitz-ts"
|
|
status = 200
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/index"
|
|
status = 200
|