We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1875a commit c1c5a9aCopy full SHA for c1c5a9a
packages/website/app/layout.tsx
@@ -69,13 +69,9 @@ export default function RootLayout({
69
<meta name="author" content="Aiden Bai" />
70
<meta name="theme-color" content="#8b5cf6" />
71
<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
- /> */}
76
<Script
77
strategy="beforeInteractive"
78
- src="https://127.0.0.1:4000/auto.global.js"
+ src="https://unpkg.com/react-scan/dist/auto.global.js"
79
/>
80
</head>
81
<body
0 commit comments