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 f294262 commit 7cbb1cfCopy full SHA for 7cbb1cf
1 file changed
examples/nextjs/app/layout.tsx
@@ -38,7 +38,7 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac
38
src="https://cdn.shopify.com/storefront/standard-actions.js"
39
type="module"
40
crossOrigin="anonymous"
41
- strategy="afterInteractive"
+ strategy="beforeInteractive"
42
/>
43
</body>
44
</html>
0 commit comments