When running monolith on a local file, inputs like <link href=./manifest.webmanifest rel=manifest> are transformed into <link href="file:///absolute/path/to/manifest.webmanifest" rel="manifest">.
My expectation would be that webmanifests to also get embeded, or at least not produce a local filesystem URL.
When running monolith on a local file, inputs like
<link href=./manifest.webmanifest rel=manifest>are transformed into<link href="file:///absolute/path/to/manifest.webmanifest" rel="manifest">.My expectation would be that webmanifests to also get embeded, or at least not produce a local filesystem URL.