Closed Parthvsquare closed 1 year ago
Hi,
~~From the log look like you are developing on windows and tried importing the NewsLetter component using @components/NewsLetter.astro
, if its that the problem is that you are writing NewsLetter.astro instead of newsletter.astro
.
Linux is case sensitive while windows is not.~~
Missed the part where you wrote it works on macos, have you already tried writing newsletter.astro
instead of NewsLetter.astro
? (assuming you didn't changed the name of the file)
turns out i changed their names to EmailForm.astro
and its now working 👍🏼
I am importing NewsLetter.astro. local build is working on both macos and windows.