Skip to content

Commit 8af10a7

Browse files
committed
perf: animation
1 parent 65cab34 commit 8af10a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function App({ Component, pageProps }: AppProps) {
4949
/>
5050
<link rel="icon" href="/favicon.ico" />
5151
</Head>
52-
<Script src="/js/particles.js" strategy="lazyOnload"></Script>
52+
<Script src="/js/particles.js"></Script>
5353
<Script src="/js/qrcode.min.js" strategy="afterInteractive"></Script>
5454
<Script src="/js/pdf.js" strategy="afterInteractive"></Script>
5555
<Script src="/js/html2pdf.bundle.min.js" strategy="afterInteractive"></Script>

0 commit comments

Comments
 (0)