first commit

This commit is contained in:
Stefano Rossi 2025-07-12 17:16:47 +02:00
commit fdf7024bcd
Signed by: chadmin
GPG key ID: 9EFA2130646BC893
19 changed files with 6837 additions and 0 deletions

16
netlify.toml Normal file
View file

@ -0,0 +1,16 @@
[build]
publish = "dist"
command = "npm run build"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200