diff --git a/services/scratchblocks.py b/services/scratchblocks.py index e2079b5..3c1acab 100644 --- a/services/scratchblocks.py +++ b/services/scratchblocks.py @@ -35,11 +35,11 @@ async def render_blocks_image( # Update scratchblocks path html = html.replace( "scratchblocks/build/scratchblocks.min.js", - "../private/scratchblocks/build/scratchblocks.min.js", + "scratchblocks/build/scratchblocks.min.js", ) html = html.replace( "scratchblocks/build/translations-all.js", - "../private/scratchblocks/build/translations-all.js", + "scratchblocks/build/translations-all.js", ) # Save modified HTML to a temporary file