Use history.replaceState ageVerified query and improve export-story script

This commit is contained in:
Bad Manners 2024-08-26 14:53:09 -03:00
parent 21a77ed254
commit fb30f1b416
16 changed files with 96 additions and 83 deletions

View file

@ -93,9 +93,7 @@ const thumbnail =
<BaseLayout pageTitle={props.title} lang={props.lang}>
<Fragment slot="head">
{ props.isDraft ? (
<meta name="robots" content="noindex" />
) : null }
{props.isDraft ? <meta name="robots" content="noindex" /> : null}
<meta property="og:title" content={props.title} data-pagefind-meta="title[content]" />
<meta property="og:url" content={Astro.url} data-pagefind-meta="url[content]" />
{