Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pages] nextjs deployment guide #12901

Merged
merged 13 commits into from
Feb 9, 2024
3 changes: 2 additions & 1 deletion content/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,8 @@
/pages/how-to/deploy-a-gatsby-site/ /pages/framework-guides/deploy-a-gatsby-site/ 301
/pages/how-to/deploy-a-hugo-site/ /pages/framework-guides/deploy-a-hugo-site/ 301
/pages/how-to/deploy-a-jekyll-site/ /pages/framework-guides/deploy-a-jekyll-site/ 301
/pages/how-to/deploy-a-nextjs-site/ /pages/framework-guides/deploy-a-nextjs-site/ 301
/pages/how-to/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
/pages/framework-guides/deploy-a-nextjs-site/ /pages/framework-guides/nextjs/ 301
/pages/how-to/deploy-anything/ /pages/framework-guides/deploy-anything/ 301
/pages/how-to/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301
/pages/framework-guides/deploy-a-react-application/ /pages/framework-guides/deploy-a-react-site/ 301
Expand Down
2 changes: 1 addition & 1 deletion content/pages/framework-guides/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ weight: 3
* [Deploy a Hono site](/pages/framework-guides/deploy-a-hono-site/)
* [**Deploy a Hugo site**](/pages/framework-guides/deploy-a-hugo-site/)
* [Deploy a Jekyll site](/pages/framework-guides/deploy-a-jekyll-site/)
* [**Deploy a Next.js site**](/pages/framework-guides/deploy-a-nextjs-site/)
* [**Deploy a Next.js site**](/pages/framework-guides/nextjs/)
* [**Deploy a Nuxt site**](/pages/framework-guides/deploy-a-nuxt-site/)
* [Deploy a Pelican site](/pages/framework-guides/deploy-a-pelican-site/)
* [Deploy a Preact site](/pages/framework-guides/deploy-a-preact-site/)
Expand Down
206 changes: 0 additions & 206 deletions content/pages/framework-guides/deploy-a-nextjs-site.md

This file was deleted.

11 changes: 11 additions & 0 deletions content/pages/framework-guides/nextjs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: overview
pcx_content_type: navigation
title: Deploy a Next.js site
meta:
description: React framework for building full-stack web applications.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: React framework for building full-stack web applications.
description: Next.js is a React framework for building full-stack web applications.

---

# Deploy a Next.js site

{{<directory-listing showDescriptions="true">}}
Loading
Loading