mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
test
This commit is contained in:
@@ -5,14 +5,13 @@ import Hotjar from '@hotjar/browser';
|
||||
const siteId = 5237727;
|
||||
const hotjarVersion = 6;
|
||||
|
||||
const serverConfig = getServerSideConfig();
|
||||
Hotjar.init(siteId, hotjarVersion);
|
||||
|
||||
// Initializing with `debug` option:
|
||||
Hotjar.init(siteId, hotjarVersion, {
|
||||
debug: true
|
||||
});
|
||||
const serverConfig = getServerSideConfig();
|
||||
|
||||
export default async function App() {
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user