Links to feeds became detected as broken in 3.1.0
#9813
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
closed: working as intended
This issue is intended behavior, there's no need to take any action.
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
My blog's home page contains links to the feed files:
Until Docusaurus
3.0.0
, the site was built successfully, but starting in3.1.0
, this error happens:Reproducible demo
https://github.com/Zwyx/zwyx.dev
Steps to reproduce
In https://github.com/Zwyx/zwyx.dev, the branch
main
builds correctly, the branchupdate-docusaurus
doesn't.Expected behavior
Links to feed files shouldn't be detected as broken.
Actual behavior
Links to feed files are detected as broken.
Your environment
3.0.0
,update-docusaurus
branch:3.1.1
Self-service
The text was updated successfully, but these errors were encountered: