mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 09:16:46 +00:00
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:
parent
b2e6631497
commit
00168ff363
@ -228,9 +228,9 @@ export default Vue.extend({
|
||||
|
||||
<div class="space-y-2">
|
||||
<!-- 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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user