Skip to content
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

fix:#7158 rss.js issue #7159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix:#7158 rss.js issue #7159

wants to merge 1 commit into from

Conversation

imparth7
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 11, 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 11, 2024 4:43pm
react-dev ✅ Ready (Inspect) Visit Preview Sep 11, 2024 4:43pm

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.

2 participants