Skip to content

Conversation

ParthVirgoz
Copy link
Contributor

The problem is getting the basename from the file path in the rss.js file.

Code before my changes

const id = filePath.split('/').slice(-1).join('');

Code after my changes

const id = path.basename(filePath);

issue: #7158

Copy link

vercel bot commented Sep 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
19-react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 7:50am
react-dev ✅ Ready (Inspect) Visit Preview Sep 16, 2024 7:50am

Copy link

github-actions bot commented Sep 16, 2024

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

{
"source": "/docs/events",
"destination": "/reference/react-dom/components/common",
"permanent": false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@rickhanlonii
Copy link
Member

Dupe of #7159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants