-
Notifications
You must be signed in to change notification settings - Fork 17
Redirect /introduction to / #126
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
base: master
Are you sure you want to change the base?
Conversation
d3fda17 to
1a80287
Compare
|
Reformatted |
|
It's a good idea. The URLs under /usage have also been moved to /guides, and there are a few usages of those which are now broken. But maybe that can be another PR. |
|
I haven't tested this, but this should probably work? {
"/usage/[...slug]": "/guides/[...slug]"
} |
|
I made a list of the old and new URLs and there's a few more changes too. Some pages have been merged with others and some have disappeared. It looks like the old /introduction content is now at https://lychee.cli.rs/guides/getting-started/#usage, so maybe that could be a redirect instead of going to the front page. Here is the table Details
This commit is before the moving of URLs https://github.com/lycheeverse/lycheeverse.github.io/blob/3f2f8b981e5c0da569941bf270a39e706623073d/astro.config.mjs |
|
Thanks for the PR, that also resolves #119. |
|
Though, /introduction was probably more often used as a landing page for lychee. In that case, maybe going to https://lychee.cli.rs/overview/ would match the purpose, even if not the content. The getting started page is just a click away at the bottom of the page. I don't mind either way though. |
This URL used to work but doesn't anymore, so redirect it so people who are using it are redirected somewhere useful.
Closes #119