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 93ad522 commit acfb8cfCopy full SHA for acfb8cf
pages/_app.tsx
@@ -38,7 +38,7 @@ export default function App({ Component, pageProps }: AppProps) {
38
/>
39
{process.env.NODE_ENV === "production" && (
40
<Script
41
- src="https://unpkg.com/murphyjs@2.4.4/dist/index.js"
+ src="https://unpkg.com/murphyjs@2.5.0/dist/index.js"
42
strategy="beforeInteractive"
43
onLoad={() => {
44
// Call play() after the script is loaded
0 commit comments