fix(pagination): temprarily disable pagination due to client side redering error of preious & next button returns undefined on either first or last page of any blog posts that leads or trails in chronological order

This commit is contained in:
Anda Toshiki 2024-09-13 04:37:25 -07:00
parent b2e6631497
commit 00168ff363
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D

View File

@ -228,9 +228,9 @@ export default Vue.extend({
<div class="space-y-2"> <div class="space-y-2">
<!-- continue reading element --> <!-- continue reading element -->
<h3 class="text-sm dark:text-white/30 text-black/50">Continue reading</h3> <!-- <h3 class="text-sm dark:text-white/30 text-black/50">Continue reading</h3>
<BlogPrevNext :current-slug="post.slug" /> <BlogPrevNext :current-slug="post.slug" /> -->
</div> </div>
</div> </div>
</div> </div>