Skip to content

Commit 09e99c0

Browse files
argyleinkRobbieTheWagnercoderabbitai[bot]
authored
New collections (#12)
* strong base * adds collection pagination and link in sidebar to collections * Update src/pages/collections/index.astro Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * seo * evergreen collections * ensure unique episode art on collections page * speculation rules for faster loading collection pages * adds collections to breadcrumbs * coderabbit nit fixes --------- Co-authored-by: Robbie Wagner <rwwagner90@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent cc10d7b commit 09e99c0

12 files changed

Lines changed: 1452 additions & 79 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ test-results/
3030

3131
# AI settings
3232
AGENTS.md
33+
34+
# generated collections
35+
src/data/collections.generated.ts

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"prettier-plugin-tailwindcss": "^0.7.1",
6262
"sharp": "^0.34.4",
6363
"tailwindcss": "^4.1.16",
64+
"tsx": "^4.21.0",
6465
"typescript": "^5.9.3",
6566
"vite": "^7.1.12",
6667
"vitest": "^4.0.1"

pnpm-lock.yaml

Lines changed: 68 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)