diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx index 53c42fb1a..eedd78d36 100644 --- a/apps/trading/pages/_document.page.tsx +++ b/apps/trading/pages/_document.page.tsx @@ -4,22 +4,37 @@ export default function Document() { return ( <> - + {/* + meta tags + - next advised against using _document for this, so they exist in our + - single page index.page.tsx + */} + + {/* icons */} + + + {/* fonts */} - + + {/* styles */} + + {/* eslint-disable-next-line @next/next/no-css-tags */} + + + {/* scripts */}