diff --git a/apps/www/content/3.components/5.utilities/image.md b/apps/www/content/3.components/5.utilities/image.md index 9ae6b0e..eed0555 100644 --- a/apps/www/content/3.components/5.utilities/image.md +++ b/apps/www/content/3.components/5.utilities/image.md @@ -38,7 +38,6 @@ Copy and paste the following files into the same folder. interface Props extends Experimental_GeneratedImage { class?: string - alt?: string } const props = defineProps() @@ -53,7 +52,6 @@ Copy and paste the following files into the same folder.