-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
perf: utilize legacy url.parse() in url_for() & full_url_for() #125
Conversation
if (data.hostname && data.hostname !== sitehost) return path;
|
I notice |
Good point, now that I think about it, it's more accurate to throw an error if |
Continuation of #124
Ref: hexojs/hexo#3846