Closed
Description
Describe the bug
When using adapter-static along with bundleStrategy: 'inline'
assets referenced via %sveltekit.assets%/favicon.png
are not base64-encoded and inlined.
Since bundleStrategy: inline
is meant to build a whole site/web app into a single .html file, I would expect it to inline asset references.
Reproduction
Run npm run build and open build/app.html
to see <link rel="icon" href="./favicon.png" />
Logs
No response
System Info
Does not matter
Severity
annoyance
Additional Information
No response