diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..bd06a07 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,12 @@ +[build.environment] + NPM_FLAGS = "--version" + NODE_VERSION = "16" + +[build] + publish = "dist" + command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200