From 8a02ecad0a96952d42df6bc63b3b3f3e3b27a75f Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:47:42 +0530 Subject: [PATCH] Update deploying.md --- docs/guide/deploying.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/deploying.md b/docs/guide/deploying.md index cffcf03e..5765bef5 100644 --- a/docs/guide/deploying.md +++ b/docs/guide/deploying.md @@ -55,6 +55,7 @@ Set up a new project and change these settings using your dashboard: - **Build Command:** `yarn docs:build` - **Output Directory:** `docs/.vitepress/dist` +- **Node Version:** `14` (or above, by default it usually will be 14 or 16, but on Cloudflare Pages the default is still 12, so you may need to [change that](https://developers.cloudflare.com/pages/platform/build-configuration/)) ::: warning Don't enable options like _Auto Minify_ for HTML code. It will remove comments from output which have meaning to Vue. You may see hydration mismatch errors if they get removed.