Skip to content

Commit

Permalink
fix(seo): work around nuxt/rollup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Mar 22, 2023
1 parent 98568aa commit 55a0f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/__cypress/og.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<img
alt="Open Graph image."
fetchpriority="high"
src="/__og_image__/og.png"
:src="'/__og_image__/og.png'"
/>
<!-- TODO: remove dynamic src string (https://github.com/nuxt/nuxt/issues/18920) -->
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 55a0f25

Please sign in to comment.