mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
This commit is contained in:
parent
27ac1d4b67
commit
628e4cee5f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { AlbumStatus } from '@prisma/client'
|
||||||
import PaginatedAlbumList from 'layouts/PaginatedAlbumList.astro'
|
import PaginatedAlbumList from 'layouts/PaginatedAlbumList.astro'
|
||||||
|
|
||||||
const page = Math.max(1, parseInt(Astro.params.page ?? '1'))
|
const page = Math.max(1, parseInt(Astro.params.page ?? '1'))
|
||||||
const take = 50
|
const take = 52
|
||||||
const limitMD = 12
|
const limitMD = 12
|
||||||
const limitXS = 5
|
const limitXS = 5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue