ruffle-rs / ruffle-rs/ruffle-rs.github.io
Blog link with trailing slash is broken https://ruffle.rs/blog/
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 39
- Forks
- 60
- Avg merge
- 14h 57m
- Merged PRs (30d)
- 8
Description
https://ruffle.rs/blog/ was the main page of the blog in the previous version of the site, but now it's a 404 page. I couldn't find a way to create an index.html redirect with output: "export" enabled in nextConfig. I tried creating an index.tsx file in the blog folder, using exportPathMap, and using a redirects() function, but none of these seem to work with our setup. Most people say to just add trailingSlash: true to the nextConfig, but I'm not sure if that would break other previously-working URLs on the site.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the Next.js configuration for static export behavior and reproduce the 404 at https://ruffle.rs/blog/. Determine how to make the trailing-slash blog URL resolve while preserving previously working URLs; verify the result against the site's existing URL behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100