In last year's track, it was possible to not use docker, and simply run :
bundle exec jekyll serve
This year, doing so results in :
[2025-11-06 10:59:29] ERROR '/2026/assets/js/progress-bar.js' not found.
[2025-11-06 10:59:29] ERROR '/2026/assets/js/search-setup.js' not found.
Changing baseurl to "" in _config.yml does not fix the issue: the contents of assets/ are not copied into _site/assets by jekyll. How to fix this?
In last year's track, it was possible to not use docker, and simply run :
bundle exec jekyll serveThis year, doing so results in :
Changing
baseurlto""in_config.ymldoes not fix the issue: the contents ofassets/are not copied into_site/assetsby jekyll. How to fix this?