Skip to content

Commit 8e9c890

Browse files
authored
Update deploy-a-hexo-site.mdx
npm module executable "hexo" is no longer installed globally. Should migrate to using "npx hexo [args]"
1 parent 3cf0fb7 commit 8e9c890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/pages/framework-guides/deploy-a-hexo-site.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To deploy your site to Pages:
6464
| Configuration option | Value |
6565
| -------------------- | --------------- |
6666
| Production branch | `main` |
67-
| Build command | `hexo generate` |
67+
| Build command | `npx hexo generate` |
6868
| Build directory | `public` |
6969

7070
</div>

0 commit comments

Comments
 (0)