more redirects and a link checker

This commit is contained in:
Deborah Barnard
2022-03-22 15:21:37 +00:00
parent 8378616b34
commit 2c1362bce0
2 changed files with 131 additions and 127 deletions

View File

@@ -1,5 +1,9 @@
[build]
command = "npm run build"
publish = "docs/.vuepress/dist"
# Handle our memory-hungry builds
[build.environment]
NODE_OPTIONS = "--max_old_space_size=4096"
NODE_OPTIONS = "--max_old_space_size=4096"
# link checker whoop! https://github.com/Munter/netlify-plugin-checklinks
[[plugins]]
package = "netlify-plugin-checklinks"