Force rebuild: Update asset routing with version bump

This commit is contained in:
Andreas Dueren
2025-08-01 14:02:07 -06:00
parent 7fc40ce970
commit aba8af9bb4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -666,7 +666,7 @@ cat > "$CADDY_CONFIG" << EOF
reverse_proxy localhost:8080 reverse_proxy localhost:8080
} }
# Next.js assets for cast app # Next.js assets for cast app - Fixed routing v2
handle_path /cast/_next/* { handle_path /cast/_next/* {
root * /app/web/cast root * /app/web/cast
file_server file_server