chore: feedback apply

This commit is contained in:
2026-01-28 19:55:43 +01:00
parent ca9a86a1c7
commit 6d88a87b89
6 changed files with 22 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
const appConfig = useAppConfig()
const route = useRoute()
const PROJECTS_PER_PAGE = 7
const PROJECTS_PER_PAGE = 8
const displayCount = ref(PROJECTS_PER_PAGE)
const { data: projects } = await useAsyncData(`projects-${route.path}`, async () => {