-
Notifications
You must be signed in to change notification settings - Fork 2
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
TypeError: Failed to construct 'URL': Invalid URL #1
Comments
Although that is not related to this issue. This Gatsby theme pulls all the navigation links from the Ghost Admin automatically, if you get this error is because one or more of your links there are invalid URLs, you have to make sure of adding valid URLs in your Ghost Admin. Btw, I modified that block of code so probably is better if you pull those changes first. |
EDIT: The README should be a bit clearer regard the path of this file.
|
I removed and git cloned again the whole project configsame errorsI still see this URL ??
Thank you! |
I see, that's just the name of the project, you can change it in the |
I will close this issue now, please feel free to reopen it if needed. |
I give up at this point. Stil can't compile the project :-/ |
When I run
gatsby develop
, I get the errorTypeError: Failed to construct 'URL': Invalid URL
.My guess is that the URL
eduardogomez.io
is hard coded somewhere but I don't understand Gatsby enough to debug this.Thanks!
The text was updated successfully, but these errors were encountered: