perf: index

This commit is contained in:
archer
2023-06-25 15:52:04 +08:00
parent 68eca25df4
commit f56a339ad1
6 changed files with 18 additions and 9 deletions

View File

@@ -60,10 +60,6 @@ function App({ Component, pageProps }: AppProps) {
src={`https://www.recaptcha.net/recaptcha/api.js?render=${googleVerKey}`}
strategy="afterInteractive"
></Script>
<Script
src={`https://www.google.com/recaptcha/api.js?render=${googleVerKey}`}
strategy="afterInteractive"
></Script>
</>
)}
<QueryClientProvider client={queryClient}>