From f2a24c3f665f99ada900e53418f733affa760211 Mon Sep 17 00:00:00 2001 From: Rishi Raj Jain Date: Wed, 15 Jun 2022 00:06:45 +0530 Subject: [PATCH] docs: add Layer0 deployment notes Co-authored-by: meteorlxy --- docs/guide/deploying.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/deploying.md b/docs/guide/deploying.md index 4b7c4c33..9730db16 100644 --- a/docs/guide/deploying.md +++ b/docs/guide/deploying.md @@ -258,3 +258,7 @@ Go to https://vercel.com/new and import the project into Vercel using your Git o After your project has been imported, all subsequent pushes to branches will generate Preview Deployments, and all changes made to the Production Branch (commonly "main") will result in a Production Deployment. Once deployed, you will get a URL to see your app live, such as the following: https://vitepress.vercel.app + +## Layer0 + +See [Creating and Deploying a VitePress App with Layer0](https://docs.layer0.co/guides/vitepress).