Skip to content

Commit c1c5a9a

Browse files
authored
fix: wrong loacl path (#140)
1 parent bf1875a commit c1c5a9a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/website/app/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,9 @@ export default function RootLayout({
6969
<meta name="author" content="Aiden Bai" />
7070
<meta name="theme-color" content="#8b5cf6" />
7171
<link rel="canonical" href="https://react-scan.million.dev" />
72-
{/* <Script
73-
strategy="beforeInteractive"
74-
src="https://unpkg.com/react-scan/dist/auto.global.js"
75-
/> */}
7672
<Script
7773
strategy="beforeInteractive"
78-
src="https://127.0.0.1:4000/auto.global.js"
74+
src="https://unpkg.com/react-scan/dist/auto.global.js"
7975
/>
8076
</head>
8177
<body

0 commit comments

Comments
 (0)