Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Project with astro-lightbox doesn't build on linux #83

Open
St0wy opened this issue Jun 5, 2023 · 0 comments
Open

Project with astro-lightbox doesn't build on linux #83

St0wy opened this issue Jun 5, 2023 · 0 comments

Comments

@St0wy
Copy link

St0wy commented Jun 5, 2023

My project was building fine on windows, but it wouldn't compile on GitHub pages.

I traced it down to having the include being

import Lightbox from "@julian_cataldo/astro-lightbox/Lightbox.astro";

Instead of (look at the capital B)

import Lightbox from "@julian_cataldo/astro-lightbox/LightBox.astro";

This is probably because Linux is case sensitive and Windows isn't.
The doc should probably be changed to take this into account.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant