Commit Graph

5 Commits

Author SHA1 Message Date
johannes.gasser b560bba6ff update packages
Build and Deploy / build-and-deploy (push) Failing after 7m1s
2026-05-04 06:41:17 +02:00
johannes.gasser 6d6c5df6ac fix errors 2026-05-03 15:21:04 +02:00
johannes.gasser 8bcd9e63df tailwind 2026-05-03 14:59:47 +02:00
johannes.gasser 41d017b70f initial commit 2026-05-03 10:00:01 +02:00
Johannes Gasser ac2d1f25e5 Fix Astro.glob deprecation warnings
Replace deprecated Astro.glob with import.meta.glob in all pages:
- src/pages/index.astro: Updated homepage to use import.meta.glob
- src/pages/blog/index.astro: Updated blog listing page
- Updated package.json with separate build commands

Changes use import.meta.glob with eager loading and properly extract
slugs from file paths for routing.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-28 17:52:36 +01:00