From 075f0b4c60bd3a35938c8e21a19fff31508a2c5d Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Tue, 30 Aug 2022 00:36:35 +0200 Subject: [PATCH] Create playground for Astro's Image component --- src/pages/playground/image.astro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/pages/playground/image.astro diff --git a/src/pages/playground/image.astro b/src/pages/playground/image.astro new file mode 100644 index 0000000..893d99a --- /dev/null +++ b/src/pages/playground/image.astro @@ -0,0 +1,7 @@ +--- +import { Image } from '@astrojs/image/components'; +--- + +
+ My image +