Skip to content

Commit 0586a05

Browse files
committed
docs: fix compatibility matrix [skip ci]
1 parent 755ac72 commit 0586a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/app/metrics/metadata.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ metadata.template = async function({__templates, name, plugins, logger}) {
300300
compatibility:{
301301
...Object.fromEntries(Object.entries(compatibility).filter(([_, value]) => value)),
302302
...Object.fromEntries(Object.entries(compatibility).filter(([_, value]) => !value).map(([key, value]) => [key, meta.formats?.includes("markdown") ? "embed" : value])),
303+
base:true
303304
},
304305
},
305306
check({q, account = "bypass", format = null}) {

0 commit comments

Comments
 (0)