Initial commit

This commit is contained in:
Mike Conrad
2025-06-08 10:02:37 -04:00
commit b1a5fff476
12 changed files with 5323 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