Skip to content

Commit

Permalink
fix: don't render image_alt as a tag in Pagefind UI
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jul 6, 2022
1 parent 1a77cf3 commit b4e8960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagefind_ui/svelte/result.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
export let result = { data: async () => {} };
const skipMeta = ["title", "image"];
const skipMeta = ["title", "image", "image_alt"];
let data;
let meta = [];
Expand Down

0 comments on commit b4e8960

Please sign in to comment.