diff --git a/src/app/(posts)/post/[id]/components/post-files/view-document/index.tsx b/src/app/(posts)/post/[id]/components/post-files/view-document/index.tsx
index 33e9f220..0f1d6d1e 100644
--- a/src/app/(posts)/post/[id]/components/post-files/view-document/index.tsx
+++ b/src/app/(posts)/post/[id]/components/post-files/view-document/index.tsx
@@ -106,8 +106,9 @@ const Document = ({ skeleton, ...props }: Props) => {
 					>
 						{title}
 					
+					{/* TODO: switch to api once next.js bug is fixed */}
 					{/* Not /api/ because of rewrites defined in next.config.mjs */}
-