diff --git a/src/mocks/templates.ts b/src/mocks/templates.ts index 9e54fa06..85ea5d17 100644 --- a/src/mocks/templates.ts +++ b/src/mocks/templates.ts @@ -97,7 +97,7 @@ export const Templates: Template[] = [ "globalCompositeOperation": "source-over", "skewX": 0, "skewY": 0, - "src": "http://localhost:5173/src/assets/images/index.png", + "src": new URL(`/src/assets/images/index.png`, import.meta.url).href, "crossOrigin": "anonymous", "filters": [] },