Add Netlify config and Gitea Actions CI/CD workflow

Amp-Thread-ID: https://ampcode.com/threads/T-019c7839-0936-729b-aa87-92b35d3d68fe
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Neeldhara Misra 2026-02-20 05:01:40 +05:30
parent 93917727fb
commit 84749c8d9b
2 changed files with 34 additions and 0 deletions

6
netlify.toml Normal file
View file

@ -0,0 +1,6 @@
[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "20"