alepha@docs:~/docs/reference/providers$
cat ServerHeadProvider.md
1 min read
Last commit:

#ServerHeadProvider

#Import

typescript
1import { ServerHeadProvider } from "alepha/react/head";

#Overview

Server-side head provider that fills head content from route configurations.

Used by ReactServerProvider to collect title, meta tags, and other head elements which are then rendered by ReactServerTemplateProvider.