deptno/next.js-typescript-starter-kit

Layout.tsx global style is not rendered in output <head>

shanonvl opened this issue · 0 comments

The <style jsx global> block in Layout.tsx is not rendered in the output <head>.

Per the docs, it appears this needs to be a sibling of <Head> instead of a child.