mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
13 lines
359 B
XML
13 lines
359 B
XML
export default function Head() {
|
|
return (
|
|
<>
|
|
<title>Taxonomy</title>
|
|
<meta charSet="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta
|
|
name="description"
|
|
content="An open source application built using the new router, server components and everything new in Next.js 13."
|
|
/>
|
|
</>
|
|
)
|
|
}
|