Skip to content

Commit 7cbb1cf

Browse files
committed
keep as beforeInteractive
1 parent f294262 commit 7cbb1cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/nextjs/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
3838
src="https://cdn.shopify.com/storefront/standard-actions.js"
3939
type="module"
4040
crossOrigin="anonymous"
41-
strategy="afterInteractive"
41+
strategy="beforeInteractive"
4242
/>
4343
</body>
4444
</html>

0 commit comments

Comments
 (0)