diff --git a/bun.lock b/bun.lock index e8e129c..3a72d8a 100644 --- a/bun.lock +++ b/bun.lock @@ -11,7 +11,7 @@ "@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.1", "@tailwindcss/vite": "^4.0.8", - "astro": "^5.3.0", + "astro": "^5.3.1", "astro-icon": "^1.1.5", "rehype-external-links": "^3.0.0", "tailwindcss": "^4.0.8", diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro index 46c2ee7..c00115f 100644 --- a/src/components/Slideshow.astro +++ b/src/components/Slideshow.astro @@ -10,7 +10,7 @@ const { interval = 3000, images } = Astro.props; ---