[site,seo][m]: add breadcrumbs json-ld to dynamic pages

This commit is contained in:
João Demenech
2023-08-09 17:53:59 -03:00
parent 38aa62fcef
commit 6a36e65b27
5 changed files with 25 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
<NextSeo title="Deploying your PortalJS app - PortalJS" />
# Deploying your PortalJS app
---
title: Deploying your PortalJS app
description: 'Learn to deploy PortalJS apps'
---
Finally, let's learn how to deploy PortalJS apps to Vercel or Cloudflare Pages.
@@ -35,7 +36,7 @@ When you deploy, your PortalJS app will start building. It should finish in unde
When its done, youll get deployment URLs. Click on one of the URLs and you should see your PortalJS app live.
>[!tip]
> [!tip]
> You can find a more in-depth explanation about this process at https://nextjs.org/learn/basics/deploying-nextjs-app/deploy
### One-Click Deploy