docs: change naming of Next.js starter (#4494)
This commit is contained in:
@@ -115,16 +115,16 @@ Implementing the logic depends on your use case, but you'll mainly need to do tw
|
||||
|
||||
## Build a Storefront
|
||||
|
||||
Medusa provides a Next.js starter storefront that you can use with Medusa. Since you've customized your Medusa project, you'll need to either customize the existing Next.js storefront, or create a custom storefront.
|
||||
Medusa provides a Next.js Starter Template that you can use with Medusa. Since you've customized your Medusa project, you'll need to either customize the existing Next.js Starter Template, or create a custom storefront.
|
||||
|
||||
<DocCardList colSize={6} items={[
|
||||
{
|
||||
type: 'link',
|
||||
href: '/starters/nextjs-medusa-starter',
|
||||
label: 'Option 1: Use Next.js Storefront',
|
||||
label: 'Option 1: Use Next.js Starter Template',
|
||||
customProps: {
|
||||
icon: Icons['academic-cap-solid'],
|
||||
description: 'Install the Next.js Storefront to customize it.',
|
||||
description: 'Install the Next.js Starter Template to customize it.',
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user