studiocms
Version:
Astro Native CMS for AstroDB. Built from the ground up by the Astro community.
28 lines (27 loc) • 729 B
JavaScript
const en = {
"core-web-vitals": {
title: false
},
"@page/analytics": {
title: false,
description: false,
"page-header": false,
"core-vitals.summary.header": false,
"core-vitals.by-route.header": false,
"core-vitals.by-route.table.th1": false,
"core-vitals.by-route.table.th2": false,
"core-vitals.by-route.table.th3": false,
"core-vitals.by-route.table.th4": false,
"core-vitals.by-route.table.th5": false,
"analytics.summary.header": false,
"analytics.table.th1": false,
"analytics.table.th2": false,
"analytics.table.th3": false,
"analytics.table.th4": false,
"analytics.table.th5": false
}
};
var de_default = en;
export {
de_default as default
};