docs: change nextjs starter meta title (#4563)

* fix: nextjs starter meta title

* fix: adjust

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
Sebastian Rindom
2023-07-20 11:23:42 +02:00
committed by GitHub
parent df4deca2d1
commit 26e2f81c24

View File

@@ -1,5 +1,6 @@
---
description: 'Learn how to install the Next.js Starter Template to use with Medusa. The Next.js Starter Template includes ready-integrations with plugins like Stripe and Algolia. It offers features like customer accounts, cart and checkout flows, and more.'
title: 'Get started with Next.js for e-commerce'
description: 'Learn how to get started with a Next.js storefront and Medusa. The Next.js Starter includes ready-integrations with plugins like Stripe and Algolia. It offers features like customer accounts, cart and checkout flows, and more.'
---
import Feedback from '@site/src/components/Feedback';
@@ -8,7 +9,7 @@ import Troubleshooting from '@site/src/components/Troubleshooting'
import ModuleXErrorSection from '../troubleshooting/common-installation-errors/_module-x-error.mdx'
import CorsErrorSection from '../troubleshooting/cors-issues.md'
# Next.js Starter Template Quickstart
# Next.js Quickstart
This document guides you to install and set up the Next.js Starter Template.