Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: prepend root to image path #111

Merged
merged 9 commits into from
Sep 23, 2019
Prev Previous commit
Next Next commit
chore(deps): update hexo-util from ^1.0.1 to ^1.1.0
curbengh committed Sep 8, 2019
commit 37b62d3bdd1a83ed849361b7e6d7399d3fd73fc2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"license": "MIT",
"dependencies": {
"hexo": "^3.9.0",
"hexo-util": "^1.0.1",
"hexo-util": "^1.1.0",
"marked": "^0.7.0",
"strip-indent": "^3.0.0"
},