-
-
Notifications
You must be signed in to change notification settings - Fork 321
Labels
frontFrontend, DesignFrontend, Design
Description
Description
For example, on the babel org page rollup-plugin-babel links to https://npmx.dev/package/babel/rollup-plugin-babel instead of https://npmx.dev/package/rollup-plugin-babel
My analysis
Although packageRoute in Card.vue
npmx.dev/app/components/Package/Card.vue
Line 47 in 3cf7fef
| :to="packageRoute(result.package.name)" |
correctly returns
{ name: 'package', params: { org: null, name: 'rollup-plugin-babel' } }because the org page is org/[org].vue where org is a route param
npmx.dev/app/pages/org/[org].vue
Line 13 in 3cf7fef
| const orgName = computed(() => route.params.org) |
it looks like it treats it as an org for package/[[org]]/[name].vue for some reason
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
frontFrontend, DesignFrontend, Design