This commit is contained in:
yyh 2026-04-19 13:00:56 +08:00
parent 3aa578ceac
commit 66c91604b1
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ export function ReactScanLoader() {
<Script
src="//unpkg.com/react-scan/dist/auto.global.js"
crossOrigin="anonymous"
strategy="afterInteractive"
strategy="beforeInteractive"
/>
)
}