updated build flags, added .gitignore

This commit is contained in:
will
2026-04-02 21:13:13 +01:00
parent 7caaa52dab
commit ea864a99c4
96 changed files with 227 additions and 8656 deletions

View File

@@ -1,4 +1,5 @@
{
"/page": "app/page.js",
"/api/gitea/[...path]/route": "app/api/gitea/[...path]/route.js"
"/_not-found/page": "app/_not-found/page.js",
"/api/gitea/[...path]/route": "app/api/gitea/[...path]/route.js",
"/page": "app/page.js"
}