Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion playground/app/pages/satori/time.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const description = 'This is a description of the page. It can be a bit longer t
<div>
Dynamic Banner page
</div>
<OgImageWithoutCache :title="`The time is: ${Date.now()}`" :description="description" icon="carbon:alarm" />
<OgImageWithoutCache data-allow-mismatch="attribute" :title="`The time is: ${Date.now()}`" :description="description" icon="carbon:alarm" />
</div>
</template>
Loading