change owner

This commit is contained in:
afred 2024-12-11 12:27:30 +08:00
parent fd09d2fb15
commit f98c228ec7
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
import React, { useEffect } from "react";
import { Analytics } from "@vercel/analytics/react";
import { Home } from "./components/home";
@ -8,7 +9,7 @@ const serverConfig = getServerSideConfig();
export default function App() {
// 使用 useEffect 加载 Hotjar 脚本
React.useEffect(() => {
useEffect(() => {
if (serverConfig?.isVercel) {
(function (h, o, t, j, a, r) {
h.hj =