feat(config): phase 7 — drop /ims basePath, update all hardcoded paths, refresh env spec
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -153,7 +153,7 @@ export function SiteZoneManager({ sites }: Props) {
|
||||
<span>{z.name}</span>
|
||||
<div className="flex items-center gap-3">
|
||||
<a
|
||||
href={`/ims/report?zone=${z.qr_code_token}`}
|
||||
href={`/report?zone=${z.qr_code_token}`}
|
||||
target="_blank"
|
||||
className="text-xs text-blue-600 hover:underline"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user