[x] I have already searched existing issues and they are not help to me
[ ] I examined error or warning messages and it's difficult to solve
[x] Using the latest version of Hexo (run hexo version to check)
[x] Node.js is higher than 8.6.0
Question
1775 did not solve this
is this configuration just changes the meta things and links
It's actually working well in server mode but did not deploy well
so after deploying what I see is a site lost its css and js files and still in its original directory
Environment & Settings
Node.js & npm version
npm -v
6.13.4
node -v
v12.16.1
Your site _config.yml (Optional)
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://schtonn.github.io/blog
root: /blog/
permalink: posts/:title/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
trailing_html: true # Set to false to remove trailing '.html' from permalinks
Check List
Please check followings before submitting a new issue.
hexo version
to check)Question
1775 did not solve this
is this configuration just changes the meta things and links
It's actually working well in server mode but did not deploy well
so after deploying what I see is a site lost its css and js files and still in its original directory
Environment & Settings
Node.js & npm version
Your site
_config.yml
(Optional)Your theme
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others