-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Include unique ID that doesn't change in slug #139
Comments
@raisedadead Do we want it to be
|
I prefer the former format with the |
OK, thank you for confirming. |
(Note) Reasons behind this:
|
(Meeting notes) We don't need |
This is more of a need for the 11ty and front-end apps.
We would want to design the slug such that it always contains a unique ID in the following format:
https://freecodecamp.org/news/my-awesome-article-12ab4c56
where the
12ab4c56
is an 8-char hexadecimal unique id.For inspiration, the forum URLs look like so:
https://forum.freecodecamp.org/t/announcement-hacktoberfest-2023-contribute-to-freecodecamp/641747
https://forum.freecodecamp.org/t/announcement-hacktoberfest-2023/641747
https://forum.freecodecamp.org/t/announcement/641747
https://forum.freecodecamp.org/t/announcement2023-contribute-to/641747
These all lead to
https://forum.freecodecamp.org/t/641747
Because the forum software (discourse) ignores the slug and uses the topic number.
The text was updated successfully, but these errors were encountered: