react2025 icon indicating copy to clipboard operation
react2025 copied to clipboard

Edit page means broken link (404)

Open baumannzone opened this issue 3 years ago • 1 comments

I'm reading the docs of the course in Spanish.

When I try to edit any doc page, I got a "not found" error message:

Doc page: https://docs.react2025.com/es/firebase/use-auth (happens in every page, when trying to edit on GitHub, using the link in the footer of each page) image

Error page: https://github.com/leerob/react2025/blob/main/pages/firebase/use-auth.es.md image

It seems to be that the original folder or path changed and it needs to be updated somewhere.

baumannzone avatar Oct 04 '22 21:10 baumannzone

I just figured out this line, in the theme config file,

https://github.com/leerob/react2025/blob/main/docs/theme.config.js#L12

may be the problem (?)

baumannzone avatar Oct 05 '22 12:10 baumannzone