fix: show original name in view route #908

This commit is contained in:
diced
2025-10-19 21:27:06 -07:00
parent f7753ccf2e
commit 317e97e3a6

View File

@@ -265,7 +265,7 @@ export async function render(
: ''
}
<title>${file.name}</title>
<title>${file.originalName ?? file.name}</title>
`;
return {