Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sshh12 committed Dec 29, 2024
1 parent ca8b527 commit b1c7887
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/p5/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ export default function RootLayout({ children }) {
src="https://cdn.jsdelivr.net/npm/p5.collide2d"
strategy="beforeInteractive"
/>
<Script src="/sketch.js" strategy="beforeInteractive" />
</head>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
{children}
</body>

<Script src="/sketch.js" strategy="afterInteractive" />
</html>
);
}

0 comments on commit b1c7887

Please sign in to comment.