iksnae / actual-intelligence

A practical, non-technical guide to using AI tools like ChatGPT in everyday life
MIT License
0 stars 0 forks source link

Fix regex pattern in build.js script #29

Closed iksnae closed 3 months ago

iksnae commented 3 months ago

Build Script Fix

This PR fixes the syntax error in the Node.js build script (tools/build.js) that was causing the build to fail.

Changes Made:

The regular expression pattern at line 90 was incorrectly escaped:

This syntax error prevented the build from completing, which also prevented our image handling fixes in PR #28 from being properly tested.

Once this PR is merged, PR #28 can be tested to ensure images properly appear in PDF and EPUB outputs.