Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create Head wrapper component
# pnpm pnpm add @emailux/components # npm npm install @emailux/components # yarn yarn add @emailux/components
import { Head } from " @emailux/components"; export default function EmailTemplate() { return <Head> <title>Some title</title> </Head>; }
<head>