You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/02-app/01-building-your-application/06-optimizing/03-scripts.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ This script will load and execute when _any_ route in your application is access
114
114
115
115
### Strategy
116
116
117
-
Although the default behavior of `next/script` allows you load third-party scripts in any page or layout, you can fine-tune its loading behavior by using the `strategy` property:
117
+
Although the default behavior of `next/script` allows you to load third-party scripts in any page or layout, you can fine-tune its loading behavior by using the `strategy` property:
118
118
119
119
-`beforeInteractive`: Load the script before any Next.js code and before any page hydration occurs.
120
120
-`afterInteractive`: (**default**) Load the script early but after some hydration on the page occurs.
0 commit comments