Files
Peter Meier 5b1648bf82
Deploy to Firebase Hosting / deploy (push) Failing after 1m46s
Enhance component functionality and styling across the project
- Updated .gitignore to include raw image files for better asset management.
- Added optional icon and color properties to Tag and TagItem interfaces for improved tag customization.
- Enhanced BlogOverview and PostCard components to support new tag features, including icon and color display.
- Refined Card component to accept target and rel attributes for better link handling.
- Improved layout responsiveness in ContentRows and PostCard components.
- Updated OrganisationsBlock to include a new CTA link feature for adding organizations.
- Enhanced QuoteBlock styling for better visual emphasis on quotes.
- Refactored image handling in various components to ensure consistent display and performance.
- Introduced utility functions for resolving body content and filtering hidden posts in blog utilities.
2026-04-09 14:39:43 +02:00

32 lines
418 B
Plaintext

# build output
dist/
# CMS response cache (Dev-Fallback bei nicht erreichbarem CMS)
.cache/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
.firebase/
.history/
public/images/transformed/
public/images/raw/
public/pagefind