Set comment feed to load eagerly

This commit is contained in:
2025-04-22 09:26:43 -07:00
parent d885ea4e6b
commit d44988b39c

View File

@@ -26,7 +26,7 @@ export const Comments = () => {
emitMetadata="0"
inputPosition="bottom"
lang="en"
loading="lazy"
loading="eager"
/>
) : null}
</div>