2020-08-13 23:27:34 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html ${htmlAttrs}>
|
|
|
|
<head>
|
|
|
|
${head}
|
2020-12-01 17:25:00 +08:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
|
2020-08-13 23:27:34 +08:00
|
|
|
</head>
|
|
|
|
<body ${bodyAttrs}>
|
|
|
|
${app}
|
|
|
|
${scripts}
|
2021-02-02 21:56:19 +08:00
|
|
|
${process.env.NODE_ENV === 'production'
|
|
|
|
? '<script async defer data-ignore-pages="/demos/*" src="https://data.next.tiptap.dev/latest.js"></script><noscript><img src="https://data.next.tiptap.dev/image.gif" alt=""></noscript>'
|
|
|
|
: ''
|
|
|
|
}
|
|
|
|
${process.env.NODE_ENV === 'production'
|
2021-02-03 04:28:57 +08:00
|
|
|
? '<script async defer data-exclude="/demos/**" data-domain="next.tiptap.dev" src="https://plausible.io/js/plausible.exclusions.js"></script>'
|
2021-02-02 21:56:19 +08:00
|
|
|
: ''
|
|
|
|
}
|
2020-12-01 17:25:00 +08:00
|
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@docsearch/js@alpha"></script>
|
2021-01-30 03:56:53 +08:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.2.11/iframeResizer.contentWindow.min.js" integrity="sha512-FOf4suFgz7OrWmBiyyWW48u/+6GaaAFSDHagh2EBu/GH/1+OQSYc0NFGeGeZK0gZ3vuU1ovmzVzD6bxmT4vayg==" crossorigin="anonymous"></script>
|
2020-08-13 23:27:34 +08:00
|
|
|
</body>
|
2020-11-07 00:11:52 +08:00
|
|
|
</html>
|