When building the preview, the public directory includes resources that are only required by the ui-bundle to build the site
Content of the public directory
font/
helpers/ js scripts used in hbs files
img/
js/
layouts/ hbs files
partials/ hbs files
stylesheets/
Prior starting to fix the problem, we should check if the problem exists in the Antora Default UI to verify if our customization introduces the problem or if the problem comes from the initial implementation (it may be fixed in recent commits of the original repository).
Tasks
[ ] stop including the resources in the public directory
When building the preview, the public directory includes resources that are only required by the
ui-bundle
to build the siteContent of the public directory font/ helpers/ js scripts used in hbs files img/ js/ layouts/ hbs files partials/ hbs files stylesheets/
Prior starting to fix the problem, we should check if the problem exists in the Antora Default UI to verify if our customization introduces the problem or if the problem comes from the initial implementation (it may be fixed in recent commits of the original repository).
Tasks