Changeset adb6291 in Klonkt for src/routes/types.js
- Timestamp:
- 06/30/2026 06:11:50 PM (2 months ago)
- Branches:
- main
- Children:
- a95dbfd
- Parents:
- 1c33804
- File:
-
- 1 edited
-
src/routes/types.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/types.js
r1c33804 radb6291 21 21 22 22 const posts = db.prepare(` 23 SELECT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, 23 SELECT p.id, p.slug, p.title, p.excerpt, p.cover_image_url, p.cover_video_url, 24 24 p.published_at, p.type, u.username AS author_username 25 25 FROM posts p JOIN users u ON u.id = p.author_id
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)