Skip to content

Commit

Permalink
fix: links to blog page 1
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloHirsch committed Jan 27, 2024
1 parent 78774dc commit a66e45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/blog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:currentPage="1"
:totalPages="data"
:nextPage="data > 1"
baseUrl="/blog/"
baseUrl="/blog/page/1/"
pageUrl="/blog/page/"
/>
</Section>
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/page/[number].vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
:currentPage="getPageNumber()"
:totalPages="getPageLimit(data.length)"
:nextPage="getPageNumber() < getPageLimit(data.length)"
baseUrl="/blog/"
baseUrl="/blog/page/1/"
pageUrl="/blog/page/"
/>
</template>
Expand Down

0 comments on commit a66e45f

Please sign in to comment.