diff --git a/resources/js/Pages/Comic/Read.jsx b/resources/js/Pages/Comic/Read.jsx
index b382778..dd5820c 100644
--- a/resources/js/Pages/Comic/Read.jsx
+++ b/resources/js/Pages/Comic/Read.jsx
@@ -158,8 +158,8 @@ export default function Read({ auth, comic, chapter, chapters }) {
return (

+ onClick={ handleImageClick } ref={ imgRef }
+ src={ `/image/${ btoa(img.url) }` } style={ imgStyles } />
);
}
diff --git a/resources/js/Pages/Pages/Updates.jsx b/resources/js/Pages/Pages/Updates.jsx
index 93f40f2..9062bd4 100644
--- a/resources/js/Pages/Pages/Updates.jsx
+++ b/resources/js/Pages/Pages/Updates.jsx
@@ -14,10 +14,11 @@ export default function Updates({ auth }) {
0.1.3
- Release: 18 Jan 2025
+ Release: 19 Jan 2025 / 18 Jan 2025
+ - 0.1.3A: Remove lazy loading
- Fixed: Theme initialization
- Toggle clicking spot invert in reading page
- Beta: Histories group by comics
diff --git a/resources/js/components/ui/app-sidebar.jsx b/resources/js/components/ui/app-sidebar.jsx
index 347f6e6..4eab56c 100644
--- a/resources/js/components/ui/app-sidebar.jsx
+++ b/resources/js/components/ui/app-sidebar.jsx
@@ -86,7 +86,7 @@ export function AppSidebar({ auth }) {
Comic
- 0.1.3
+ 0.1.3A