-
Notifications
You must be signed in to change notification settings - Fork 108
Description
There is the settings package in npm.
When I open https://npmx.dev/settings, it navigates to the settings page, but when opening settings package from the search result, it enters the infinite loading loop.
We should use some prefix not allowed in the npm package name for special pages, for example, https://npmx.dev/_settings or something. According to the npm docs (https://docs.npmjs.com/cli/v11/configuring-npm/package-json/#name), package names cannot start with _ or ., so this will be a safe path while keeping the clean package url. Another option is to separate the namespace (for example, https://npmx.dev/p/settings).
Edit: see the following discussion and patak's comment.
npmjs.com uses the /package/ prefix like https://www.npmjs.com/package/settings.