Updated today at 08:58
Commit: 5213959 Show on GitHub
- Author: joostf
- Date: 2/11/2026, 9:32:36 PM
- Message: removed redundant data fetching on the homepage With the redundant parts of the graphQL query, hygraph returned an error on to many concurrent fetches
- Stats: 729 total changes (+465 / -264)
Changed Files
package-lock.json— +391 / -208 (599 changes)src/routes/+layout.svelte— +3 / -0 (3 changes)src/routes/+page.server.js— +69 / -55 (124 changes)src/routes/+page.svelte— +2 / -1 (3 changes)