Permalink
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" |