Release 2.5

This commit is contained in:
2025-10-20 08:45:42 +00:00
parent 162f84ecb9
commit ae6b7cfdd6
56 changed files with 3295 additions and 1008 deletions

7
netlify.toml Normal file
View File

@@ -0,0 +1,7 @@
[build]
command = "npm run build"
publish = ".next"
functions = "netlify/functions"
[[plugins]]
package = "@netlify/plugin-nextjs"