-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Fix] Astro relatives dirs #5709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] Astro relatives dirs #5709
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix, I missed testing on Windows
I'll add changelog and merge shortly |
Hi @jamesdaniels |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5709 +/- ##
=======================================
Coverage 54.29% 54.29%
=======================================
Files 347 347
Lines 24034 24035 +1
Branches 4960 4960
=======================================
+ Hits 13049 13050 +1
Misses 9788 9788
Partials 1197 1197 ☔ View full report in Codecov by Sentry. |
Hi @jamesdaniels |
Description
Fix a problem in relative paths
Indeed, the paths retrieved in the astro config begin with file:/// and the pathname begins with '/' so the relative function returns a bad value.
This generates an error in the build.
scenario
launch firebase deploy on Windows