Fix static asset routing and path handling for auth/accounts/cast apps

- Fixed Next.js static asset (_next/*) routing for each app separately
- Updated app path handling to work with both /app and /app/* patterns
- Resolved 404 errors for static assets from auth, accounts, and cast apps
- Updated to version 0.1.66
This commit is contained in:
Your Name
2025-07-25 11:12:27 -06:00
parent b7fcf5c01d
commit c7b9ab18bb
2 changed files with 33 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
"contactEmail": "contact@ente.io",
"tagline": "Open Source End-to-End Encrypted Photos & Authentication",
"upstreamVersion": "1.0.0",
"version": "0.1.64",
"version": "0.1.66",
"healthCheckPath": "/ping",
"httpPort": 3080,
"memoryLimit": 1073741824,