From da441a1ef6e0a56caa89137805ab998b75ac1cb2 Mon Sep 17 00:00:00 2001 From: Janik von Rotz Date: Wed, 14 Aug 2024 10:59:15 +0200 Subject: [PATCH] chore: vercel deployment Vercel has a preset "VuePress". --- docs/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index ec510f1f..ad281e38 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -221,7 +221,7 @@ See [Edgio Documentation > Framework Guides > VuePress](https://docs.edg.io/guid 1. Go to [Vercel](https://vercel.com), set up a new project from GitHub with the following settings: - - **FRAMEWORK PRESET:** `Other` + - **FRAMEWORK PRESET:** `VuePress` - **BUILD COMMAND:** `pnpm docs:build` - **OUTPUT DIRECTORY:** `docs/.vuepress/dist`