Skip to content

Commit acfb8cf

Browse files
committed
chore: update app.tsx to use murphyjs@2.5.0
1 parent 93ad522 commit acfb8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function App({ Component, pageProps }: AppProps) {
3838
/>
3939
{process.env.NODE_ENV === "production" && (
4040
<Script
41-
src="https://unpkg.com/murphyjs@2.4.4/dist/index.js"
41+
src="https://unpkg.com/murphyjs@2.5.0/dist/index.js"
4242
strategy="beforeInteractive"
4343
onLoad={() => {
4444
// Call play() after the script is loaded

0 commit comments

Comments
 (0)