Skip to content

Files

Latest commit

 

History

History
3 lines (2 loc) · 365 Bytes

OnlyHtmlNote.mdx

File metadata and controls

3 lines (2 loc) · 365 Bytes

import { Link } from '@brillout/docpress'

It only generates <head> tags while rendering the HTML of the first page the user visits: the <head> tags aren't updated upon client-side page navigation. The reason is that it's only meant for HTML crawlers (most notably search engine bots), see explanation at .