The Wayback Machine - https://web.archive.org/web/20210706191031/https://github.com/vueuse/vueuse/blob/main/netlify.toml
Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
executable file 18 lines (15 sloc) 348 Bytes
[build]
publish = "packages/.vitepress/dist"
command = "npm run docs:build"
[[redirects]]
from = "https://vueuse.js.org/*"
to = "https://vueuse.org/:splat"
status = 301
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[build.environment]
NODE_OPTIONS = "--max_old_space_size=4096"
NODE_VERSION = "14"