eld120 / actq

Actq
https://actq.hubco.dev
0 stars 0 forks source link

Now developing in WSL2 #5

Closed eld120 closed 8 months ago

eld120 commented 8 months ago

Had a really annoying bug on windows where 11ty tried to pass the same template file to the public folder twice. Once as "/folder/subfolder/file.md" and once as "/folder/subfolder\file.md" causing an error that didn't interrupt local development functionally but I'd rather not deal with weird errors that I don't fully understand.

I assumed this was due to the way the linux and windows use backslash/forwardslash in file paths by convention. Thus far my hypothesis is holding up as moving to WSL2 has eliminated this error.