We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
The Atom feed fails validation:
The error:
id must be a full and valid URL
The same issue exists for RSS.
I've been able to patch it on my own blog using this: https://github.com/johnnyreilly/blog.johnnyreilly.com/pull/357/files#diff-a6704bb15d419cd24c7a855d8188b83b36aa4a6011c40b63c8dc9f5bb60fc2ed
It would be better to fix at source.
No response
See description
Passes validation
Fails validation
The text was updated successfully, but these errors were encountered:
fix(content-blog): blog Atom feed id + RSS feed guid should be fully …
7921467
…qualified urls (#8381) Closes #8380
5cf826a
Successfully merging a pull request may close this issue.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
The Atom feed fails validation:
The error:
The same issue exists for RSS.
I've been able to patch it on my own blog using this: https://github.com/johnnyreilly/blog.johnnyreilly.com/pull/357/files#diff-a6704bb15d419cd24c7a855d8188b83b36aa4a6011c40b63c8dc9f5bb60fc2ed
It would be better to fix at source.
Reproducible demo
No response
Steps to reproduce
See description
Expected behavior
Passes validation
Actual behavior
Fails validation
Your environment
Self-service
The text was updated successfully, but these errors were encountered: