diff --git a/fern/docs/pages/_document.js b/fern/docs/pages/_document.js new file mode 100644 index 0000000..4c94f55 --- /dev/null +++ b/fern/docs/pages/_document.js @@ -0,0 +1,32 @@ +import Document, { Html, Head, Main, NextScript } from 'next/document' + +export default class MyDocument extends Document { + render() { + return ( + + + {/* Clarity Tracking Tag */} +