We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe there are some considerations I am not aware of but why add a trailing slash some to paths?
'routes/_login+/login': { path: 'login', index: undefined, caseSensitive: undefined, id: 'routes/_login+/login', parentId: 'routes/_login+/_layout', file: 'routes/_login+/login.tsx' }, 'routes/_login+/register+/_index': { path: 'register/', index: true, caseSensitive: undefined, id: 'routes/_login+/register+/_index', parentId: 'routes/_login+/_layout', file: 'routes/_login+/register+/_index.tsx' },
The text was updated successfully, but these errors were encountered:
Remove unnecessary trailing slash from path
e104fa4
#130
Thank you for reporting an issue.
Version 0.8.4 is out now! 🚀
The release eliminates trailing slash issue.
Sorry, something went wrong.
No branches or pull requests
Maybe there are some considerations I am not aware of but why add a trailing slash some to paths?
The text was updated successfully, but these errors were encountered: