Add Netlify configuration and docs

This commit is contained in:
thePR0M3TH3AN
2025-07-10 10:58:27 -04:00
parent f35eb47364
commit b7f318836e
2 changed files with 5 additions and 1 deletions

3
netlify.toml Normal file
View File

@@ -0,0 +1,3 @@
[build]
command = "npm run build"
publish = "_site"