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/01-app/02-guides/self-hosting.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Learn how to self-host your Next.js application on a Node.js server
6
6
7
7
{/* The content of this doc is shared between the app and pages router. 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. */}
8
8
9
-
When [deploying](docs/app/getting-started/deploying) your Next.js app, you may want to configure how different features are handled based on your infrastructure.
9
+
When [deploying](/docs/app/getting-started/deploying) your Next.js app, you may want to configure how different features are handled based on your infrastructure.
10
10
11
11
> **🎥 Watch:** Learn more about self-hosting Next.js → [YouTube (45 minutes)](https://www.youtube.com/watch?v=sIVL4JMqRfc).
0 commit comments