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" />
https://stackblitz.com/edit/sveltejs-kit-template-default-nsyxgyko?file=src%2Froutes%2Fabout%2F%2Bpage.js
Logs
No response
System Info
Severity
annoyance
Additional Information
No response