Halftone + mask reduces performance alot, change background
Some checks failed
Deploy with Docker Compose / deploy (push) Has been cancelled

This commit is contained in:
2026-03-09 16:56:20 +00:00
parent 7c980f1b1f
commit 6326a438dc
4 changed files with 13 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ onUnmounted(() => {
<Header v-if="currentComment">
{{ currentComment }}
</Header>
<img :src="currentUrl" alt="Image Viewer" />
<img :src="currentUrl" alt="Image Viewer" loading="lazy" />
</div>
</Transition>
</div>