From 77f5c9df8fbb21272d1e508636d8ec8e78b404fb Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Mon, 21 Oct 2024 12:12:11 +0200 Subject: [PATCH] added netlify --- netlify.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..5f4c590 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,11 @@ +[build] +publish = 'dist' +command = 'npm run build' + +[build.environment] +NODE_VERSION = '20' + +[[redirects]] +from = '/*' +to = '/index.html' +status = 200