web-garden icon indicating copy to clipboard operation
web-garden copied to clipboard

docs: Correct Case of LightBox Import Statement

Open satoooh opened this issue 3 months ago • 3 comments

This PR addresses a case sensitivity issue that occurs during the build process on AWS Amplify, even though the build succeeds on local macOS machine. The issue stems from the import statement of @julian_cataldo/astro-lightbox, where the file lightbox.astro should be correctly referenced as lightbox.astro.

While the incorrect case did not cause problems on local macOS machine, it did cause build failures on AWS Amplify, which, like many Linux-based systems, is case-sensitive. (related issue: #83 )

By correcting the case in the import statement, this PR ensures consistent build success across platforms. It is also suggested that the documentation be updated to reflect this change and prevent similar issues in the future.

satoooh avatar Mar 10 '24 22:03 satoooh