mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
ae1cad07dd
Closes: https://linear.app/vercel/issue/DOC-4539/version-upgrade-guides Redirects: https://github.com/vercel/front/pull/44175 Move version upgrade guides under `Guides`. Also creates a guides section under the Pages docs.
8 lines
509 B
Plaintext
8 lines
509 B
Plaintext
---
|
|
title: Script
|
|
description: Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.
|
|
source: app/api-reference/components/script
|
|
---
|
|
|
|
{/* DO NOT EDIT. The content of this doc is generated from the source above. To edit the content of this page, navigate to the source page in your editor. You can use the `<PagesOnly>Content</PagesOnly>` component to add content that is specific to the Pages Router. Any shared content should not be wrapped in a component. */}
|