Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
DEVDOCS-3615: [value add] Headless Quickstart, info about SSL/TLS cer…
Browse files Browse the repository at this point in the history
…tificate (#1634)
  • Loading branch information
markcmurphy authored and Sarah Riehl committed Sep 29, 2022
2 parents 77b73e8 + 6b61275 commit 6aec4ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/api-docs/building-storefronts/nextjs-commerce-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Next.js Commerce Quick Start



## Overview

BigCommerce offers cloud-based multi-channel ecommerce solutions. We also offer themes with powerful design tools and features that let you build and host your storefront on our servers.
Expand Down Expand Up @@ -74,6 +72,8 @@ To get started with Next.js Commerce, you'll need to deploy a live version direc

![Commerce deployment confirmation dialogue](https://raw.githubusercontent.com/bigcommerce/dev-docs/master/assets/images/nextjs-commerce-14.png)



### Developing locally after Vercel deployment

1. Visit the Git provider where Vercel created a new repository. Clone that repository locally.
Expand Down Expand Up @@ -158,6 +158,10 @@ SWR uses FETCH for data fetching: [vercel/fetch: Opinionated fetch (with retryin

## Application settings

### SSL/TSL Certificate

To use BigCommerce's [redirected checkout](https://developer.bigcommerce.com/api-docs/storefronts/guide/checkout#redirecting-to-the-bigcommerce-checkout), make sure your Next.js Commerce storefront has an SSL/TSL certificate installed and you are using URL beginning with `https://`.

### Next SEO

Next.js Commerce includes the [Next SEO](https://github.com/garmeeh/next-seo) plugin to simplify SEO settings so that Next.js Commerce appears correctly in search results and is more readily shareable on social media. To learn how to configure Next SEO settings, visit the [Next SEO GitHub repository](https://github.com/garmeeh/next-seo).
Expand Down

0 comments on commit 6aec4ea

Please sign in to comment.