Skip to content

Commit

Permalink
fix invalid route json name
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka authored Oct 30, 2023
1 parent acd6fc1 commit 76e1e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ generate static site jekyll/hexo/huge markdown posts using webpack
```bash
yarn install
echo {} > _config.json
echo [] > route.json
echo [] > routes.json
mkdir -p tmp
mkdir -p tmp/meta
mkdir -p tmp/static
Expand Down

0 comments on commit 76e1e16

Please sign in to comment.