update dependencies and enhance Hero component

This commit is contained in:
Valentijn
2026-04-22 17:20:05 +02:00
parent 007b9ac3e4
commit a436da316d
8 changed files with 681 additions and 12 deletions

View File

@@ -1,5 +1,8 @@
// @ts-check
import { defineConfig } from 'astro/config';
import icon from "astro-icon"
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations:[icon()]
});