Upload files to "/"

This commit is contained in:
2026-06-16 23:36:14 +00:00
commit 0e68607325
5 changed files with 61 additions and 0 deletions

7
netlify.toml Normal file
View File

@@ -0,0 +1,7 @@
[build]
command = "npm run build"
publish = "dist"
# If you need to set environment variables for your build, uncomment and set here
#[build.environment]
# NODE_ENV = "production"