const { html } = require('uhtml-ssr'); module.exports = (pageTitle, pageDescription) => { pageTitle = pageTitle ?? 'Lexiconga'; pageDescription = pageDescription ?? 'The quick and easy dictionary builder for constructed languages.'; let ogUrl = typeof window !== 'undefined' ? window.location.href : 'https://lexiconga.com'; ogUrl = ogUrl.split('?')[0].split('#')[0]; return html`