website/apps/blog
lew 79c7aff48b feat: switch to Astro DB for guestbook
- Add @astrojs/db integration
- Define Guestbook schema in db/config.ts
- Add seed data for development
- Update db.ts to use astro:db
- Add guestbook section to homepage with form
- Update env vars to use ASTRO_DB_REMOTE_URL
2026-01-23 04:10:51 +00:00
..
db feat: switch to Astro DB for guestbook 2026-01-23 04:10:51 +00:00
public/txt feat: auto-discover txt files from public/txt/ 2026-01-23 01:43:39 +00:00
src feat: switch to Astro DB for guestbook 2026-01-23 04:10:51 +00:00
.env.example feat: switch to Astro DB for guestbook 2026-01-23 04:10:51 +00:00
astro.config.mjs feat: switch to Astro DB for guestbook 2026-01-23 04:10:51 +00:00
auth.config.ts feat: add github oauth configuration 2026-01-23 03:53:51 +00:00
package-lock.json feat: switch to Astro DB for guestbook 2026-01-23 04:10:51 +00:00
package.json feat: switch to Astro DB for guestbook 2026-01-23 04:10:51 +00:00