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
The "Edit this page" button currently leads to a 404, as first reported in #391
The web UI currently gives this for https://zero-to-nix.com/start/nix-develop/, for example:
https://github.com/DeterminateSystems/zero-to-nix/edit/main/src/content/start/nix-develop/.mdx
The Correct URL would be:
https://github.com/DeterminateSystems/zero-to-nix/edit/main/src/content/start/3.nix-develop.mdx
So, it seems like the filename is bad.
The text was updated successfully, but these errors were encountered:
I think this is the bug:
zero-to-nix/src/components/FeedbackBar.astro
Lines 9 to 14 in cbaf514
filename is the url path (which doesn't have the starting 3.).
filename
3.
I'm not sure what the idiomatic/intended file/url naming scheme is here, so I'll leave this for someone else to fix who knows more.
Sorry, something went wrong.
/start/nix-develop/
No branches or pull requests
The "Edit this page" button currently leads to a 404, as first reported in #391
The web UI currently gives this for https://zero-to-nix.com/start/nix-develop/, for example:
The Correct URL would be:
So, it seems like the filename is bad.
The text was updated successfully, but these errors were encountered: