File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,10 @@ export default defineNuxtConfig({
135135 // pages
136136 '/package/:name' : getISRConfig ( 60 , { fallback : 'html' } ) ,
137137 '/package/:name/_payload.json' : getISRConfig ( 60 , { fallback : 'json' } ) ,
138- '/package/:name/v/:version' : getISRConfig ( 60 , { fallback : 'html' } ) ,
138+ '/package/:name/v/:version' : getISRConfig ( 60 , { fallback : 'html' } ) , // todo22 check conflict
139139 '/package/:name/v/:version/_payload.json' : getISRConfig ( 60 , { fallback : 'json' } ) ,
140- '/package/:org/:name' : getISRConfig ( 60 , { fallback : 'html' } ) ,
141- '/package/:org/:name/_payload.json' : getISRConfig ( 60 , { fallback : 'json' } ) ,
140+ // '/package/:org/:name': getISRConfig(60, { fallback: 'html' }),
141+ // '/package/:org/:name/_payload.json': getISRConfig(60, { fallback: 'json' }), // todo22 check conflict
142142 '/package/:org/:name/v/:version' : getISRConfig ( 60 , { fallback : 'html' } ) ,
143143 '/package/:org/:name/v/:version/_payload.json' : getISRConfig ( 60 , { fallback : 'json' } ) ,
144144 // infinite cache (versioned - doesn't change)
You can’t perform that action at this time.
0 commit comments