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 65cab34 commit 8af10a7Copy full SHA for 8af10a7
client/src/pages/_app.tsx
@@ -49,7 +49,7 @@ function App({ Component, pageProps }: AppProps) {
49
/>
50
<link rel="icon" href="/favicon.ico" />
51
</Head>
52
- <Script src="/js/particles.js" strategy="lazyOnload"></Script>
+ <Script src="/js/particles.js"></Script>
53
<Script src="/js/qrcode.min.js" strategy="afterInteractive"></Script>
54
<Script src="/js/pdf.js" strategy="afterInteractive"></Script>
55
<Script src="/js/html2pdf.bundle.min.js" strategy="afterInteractive"></Script>
0 commit comments