Files
directus/docs/netlify.toml
Pascal Jufer 6225523c61 Give the docs package a little bit ❤️ (#18140)
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
2023-04-12 11:03:47 +02:00

24 lines
376 B
TOML

[build.environment]
NODE_VERSION = "18"
[build]
publish = ".vitepress/dist"
command = "pnpm run build"
[dev]
command = "pnpm run dev"
targetPort = 5173
autoLaunch = false
framework = "#custom"
[[redirects]]
from = "/"
to = "/getting-started/introduction"
status = 301
force = true
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200