netlify.toml 136 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 [build] publish = "dist" # Default build command. command = "yarn build:ci" [[redirects]] from = "/*" to = "/index.html" status = 200