Skip to content

Commit 6b6e410

Browse files
committed
fix: keep paths only with trailing slash
1 parent 570dc33 commit 6b6e410

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nuxt.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ export default defineNuxtConfig({
135135
},
136136
},
137137
// pages
138-
'/package/:name': getISRConfig(60),
139-
'/package/:name/v/:version': getISRConfig(3600),
140-
'/package/:org/:name': getISRConfig(60),
141-
'/package/:org/:name/v/:version': getISRConfig(3600),
142138
'/package/:name/': getISRConfig(60),
143139
'/package/:name/v/:version/': getISRConfig(3600),
144140
'/package/:org/:name/': getISRConfig(60),

0 commit comments

Comments
 (0)