Files
directus/docs/netlify.toml
rijkvanzanten 9d445d4842 Fix docs build
Squashed commit of the following:

commit 2b8a1c10608c51278dd7967a16295763af1bc605
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Tue Apr 4 18:45:56 2023 -0400

    Tweak

commit daad2447ce8a45ee80b9c4ea2bc768299384f6af
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Tue Apr 4 18:43:54 2023 -0400

    Update lockfile

commit b2c37099942a8c412f69176383553cc6c5522599
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Tue Apr 4 18:42:32 2023 -0400

    Update netlify build command

commit c3b4a11ad77834a1bf86f4b73fe6f09447f87ba5
Author: rijkvanzanten <rijkvanzanten@me.com>
Date:   Tue Apr 4 18:40:40 2023 -0400

    Update node version
2023-04-04 18:46:05 -04:00

24 lines
392 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