Commit graph

11 commits

Author SHA1 Message Date
saberzero1
7b2980b0de
chore(deps): update @quartz-community/utils 2026-06-03 15:30:36 +02:00
saberzero1
fff3e9f0db
deps: update @quartz-community/utils 2026-04-17 02:40:59 +02:00
saberzero1
07ca3a4803
deps: update @quartz-community/utils 2026-04-16 22:11:03 +02:00
saberzero1
d3ec13759f
deps: update @quartz-community/types and @quartz-community/utils 2026-04-03 16:21:07 +02:00
saberzero1
e2ede119e9
deps: update @quartz-community/utils to latest 2026-03-22 12:05:21 +01:00
saberzero1
4ae96eb52c
fix: resolve links correctly on subdirectory deployments
Use resolveBasePath() from @quartz-community/utils/path to prepend the
base path when navigating via SPA routing. Fixes links resolving to the
domain root instead of the subdirectory.
2026-03-18 11:50:43 +01:00
saberzero1
cac58690c9
feat: use fetchData global for contentIndex resolution
- fetchContentIndex() now returns the fetchData global promise directly
- Add @quartz-community/types dependency for ContentIndex type
- Add src/globals.d.ts referencing centralized type declarations
- Fixes content index resolution on path-prefixed deployments (e.g. user.github.io/repo)
2026-03-16 18:51:57 +01:00
saberzero1
8bf7ef374c
feat: add onRender() helper for render event registration 2026-03-12 19:45:49 +01:00
saberzero1
23ca8c0879
fix: move tsup and typescript to dependencies for git install compatibility 2026-02-23 01:10:20 +01:00
saberzero1
e930705a16
Initial implementation of @quartz-community/runtime package 2026-02-07 20:39:05 +01:00
Emile Bangma
486350ac5e
Initial commit 2026-02-07 20:31:58 +01:00