Multilingual versions of the site are pointing to assets that have a prepended langauge in their URL
james7132 opened this issue · 1 comments
james7132 commented
Assets like /assets/styles-22e9cb16a5ee617a99579a17ac7f370417a805dad4bdfeb727d004460462daba.css
are being rewritten with the a prefix that prevents it from pointing at the correct location (i.e. /es/assets/styles...
), breaking the CSS and any image references we have.
james7132 commented
Fixed with patched version of jekyll-assets.