Skip to content

Commit e6219d2

Browse files
[Pages] Update Hexo framework guides, solve the deployment failure issue (#18917)
* Update deploy-a-hexo-site.mdx npm module executable "hexo" is no longer installed globally. Should migrate to using "npx hexo [args]" * Update deploy-a-hexo-site.mdx about build command Co-authored-by: Dario Piotrowicz <[email protected]> --------- Co-authored-by: Dario Piotrowicz <[email protected]>
1 parent ff5f306 commit e6219d2

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 | `npm run build` |
6868
| Build directory | `public` |
6969

7070
</div>

0 commit comments

Comments
 (0)