Svemix let's you configure some things like the default SEO / Meta Data. There will probably me more configurable things in the future.
ts
/** @type {import('svemix').SvemixConfig} */constconfig = {//...svemix : {seo : {title : '',description : '',keywords : '',openGraph : {title : '',description : ''// etc.},site : '',title : ''}// etc.}},};export defaultconfig ;