Issues
Feature description
Currently all content under assets/ are served under {base_url}/assets/* url.
This leads to put /assets/ prefix for all basic static files like robots.txt or favicon.ico.
So rename it to public/ and serve them from root path.
If it conflicts with generated norg contents, norgolith can warn user in serve and build commands.
Help
Yes
Implementation help
No response
Issues
Feature description
Currently all content under
assets/are served under{base_url}/assets/*url.This leads to put
/assets/prefix for all basic static files likerobots.txtorfavicon.ico.So rename it to
public/and serve them from root path.If it conflicts with generated norg contents, norgolith can warn user in
serveandbuildcommands.Help
Yes
Implementation help
No response