fix: disable light mode, return all repos from search

This commit is contained in:
2026-01-22 17:31:46 -08:00
parent d9622ea451
commit 496ed2cb00
3 changed files with 17 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
"rewrites": [
{
"source": "/api/v0/:path*",
"destination": "https://s8do6ipb07.execute-api.ca-central-1.amazonaws.com/api/v0/:path*"
"destination": "https://api.ghostv2.lucalise.ca/api/v0/:path*"
}
]
}