swh:1:snp:797d9c7a1c03314ca56fe4b057cd87fa4730e150
Tip revision: b864b4ec673c65b292f52ae414e1a6b4b9bce762 authored by alxdrdelaporte on 15 January 2025, 13:56:37 UTC
Update README.md
Update README.md
Tip revision: b864b4e
netlify.toml
[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