Skip to content

v0.3.2

Choose a tag to compare

@markmals markmals released this 22 Mar 06:52
· 23 commits to main since this release

Bug Fix

  • Fix favicon.ico not found at runtime — The favicon was read from a path relative to import.meta.dirname which resolves to dist/ in the published package, but the file was in src/assets/ (not shipped). Moved to top-level assets/ directory included in the npm package files array.