Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
luukbrauckmann committed Sep 30, 2024
1 parent 1515b81 commit b846262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/blocks/ImageBlock/Image.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ const imageUnavailableMessage = t('image_unavailable');
/>
}
{ image.title && (
<figcaption>
{ image.title }
</figcaption>
<figcaption>{ image.title }</figcaption>
)}
</figure>
</image-block>
Expand Down
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference path="../.astro/env.d.ts" />
type Runtime = import('@astrojs/cloudflare').Runtime<Env>;

Expand Down

0 comments on commit b846262

Please sign in to comment.