You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so, it's possible that ${BASE_URL} would work, but the FAQs on asset handling seems to point to frontmatter will resolve correctly post-build? https://sli.dev/guide/faq#assets-handling
maybe i'm misunderstanding, but i also know that a wrench i threw into the mix as a non-standard kind of asset (.bib and .csl – which are almost exclusively academically used assets).
Assets paths in frontmatter won't be resolved by Vite, thus they will be broken once
baseURL
changes.However, there is no way to automatically detect whether a string in the frontmatter is a path or not.
We may need a placeholder for base URLs. For example:
The text was updated successfully, but these errors were encountered: