diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..22bb6544 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + publish = './packages/website/dist' + command = 'yarn website:build' + +[[redirects]] + from = "https://figma-export.netlify.app/*" + to = "https://figma-export.marcomontalbano.com/:splat" + force = true