Skip to content

Commit 86ea212

Browse files
authored
Add missing / to deploying link
1 parent 46cb0d2 commit 86ea212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/02-guides/self-hosting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to self-host your Next.js application on a Node.js server
66

77
{/* 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. */}
88

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.
1010

1111
> **🎥 Watch:** Learn more about self-hosting Next.js → [YouTube (45 minutes)](https://www.youtube.com/watch?v=sIVL4JMqRfc).
1212

0 commit comments

Comments
 (0)