Skip to content

Commit

Permalink
fix: image path
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Jan 4, 2024
1 parent 28e8ffb commit 6d7cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/html-postprocessors/speechbubbles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function fn({ $, asset, options, config, logger }: StepInputs): void {
const alt = fs.readFileSync(sticker.stickerAltFile, 'utf-8').trim();

const url = asset.addURLDependency(
`/${path.posix.relative(root, sticker.stickerFile)}`,
`/${path.posix.relative(projectRoot, sticker.stickerFile)}`,
{},
);

Expand Down

0 comments on commit 6d7cb98

Please sign in to comment.