mirror of
https://github.com/directus/directus.git
synced 2026-01-27 18:38:05 -05:00
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Co-authored-by: ian <licitdev@gmail.com>
24 lines
376 B
TOML
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
|