From ca55afc0da22945bb8428e6fcbecfc18612af006 Mon Sep 17 00:00:00 2001 From: StefanVDWeide Date: Fri, 15 Nov 2024 12:03:21 +0100 Subject: [PATCH] docs: fixed typo and changed npm to pnpm --- nuxt/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt/README.md b/nuxt/README.md index 97c6c13..263781a 100644 --- a/nuxt/README.md +++ b/nuxt/README.md @@ -42,10 +42,10 @@ All examples assume you use `Nixpacks` as the build type. - Navigate to the "Environments" tab and add the following variable: ```plaintext - NIXPACKS_BUILD_CMD="npm run generate" + NIXPACKS_BUILD_CMD="pnpm run generate" ``` -3. **Set the publish publish directory**: +3. **Set the publish directory**: - Ensure you set it to `dist/`. Note that there is no dot before `dist`!