When changing the permalink in the _config.yml file in the root of the repo, the plugin jekyll-postfiles does not work on deploy mode.
By not working I mean that all the assets (i.e images, videos) of blog posts don't work.
To Reproduce
Steps to reproduce the behavior:
Go to _config.yml
Change permalink to other than /:title/
See assets not showing when the site is deployed on Github Pages
Expected behavior
Assets are expected to be seen in blog posts regardless of the permalink configuration.
Additional context
This is possibly related to the Github Action "Build and Deploy to Github Pages" which is a workaround to use third-party plugins while deploying on Github Pages.
Describe the bug
When changing the permalink in the
_config.yml
file in the root of the repo, the plugin jekyll-postfiles does not work on deploy mode. By not working I mean that all the assets (i.e images, videos) of blog posts don't work.To Reproduce
Steps to reproduce the behavior:
_config.yml
/:title/
Expected behavior
Assets are expected to be seen in blog posts regardless of the permalink configuration.
Additional context
This is possibly related to the Github Action "Build and Deploy to Github Pages" which is a workaround to use third-party plugins while deploying on Github Pages.