3.0.0 - Dependency updates, improved typesafe config, improve typing
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m44s

This commit is contained in:
2025-09-22 15:07:03 -06:00
parent 6c9fabe770
commit 75931d4a43
20 changed files with 1353 additions and 1533 deletions

View File

@@ -9,7 +9,9 @@ interface Props {
const { project } = Astro.props;
---
<div class="card bg-accent text-accent-content w-full max-w-sm shrink shadow-md">
<div
class="card bg-accent text-accent-content w-full max-w-sm shrink shadow-md"
>
<div class="card-body break-words">
<h2
class="card-title text-xl md:text-2xl font-bold justify-center text-center break-words"