File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
react-start/custom-basepath
solid-start/custom-basepath
vue-start/custom-basepath Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ const prerenderConfiguration = {
1010 filter : ( page : { path : string } ) => {
1111 return ! [
1212 '/i-do-not-exist' ,
13- '/this-route-does-not-exist ' ,
13+ '/posts ' ,
1414 '/redirect' ,
15+ '/this-route-does-not-exist' ,
1516 '/users' ,
1617 ] . some ( ( p ) => page . path . includes ( p ) )
1718 } ,
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ const prerenderConfiguration = {
1010 filter : ( page : { path : string } ) => {
1111 return ! [
1212 '/i-do-not-exist' ,
13- '/this-route-does-not-exist ' ,
13+ '/posts ' ,
1414 '/redirect' ,
15+ '/this-route-does-not-exist' ,
1516 '/users' ,
1617 ] . some ( ( p ) => page . path . includes ( p ) )
1718 } ,
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ const prerenderConfiguration = {
1111 filter : ( page : { path : string } ) => {
1212 return ! [
1313 '/i-do-not-exist' ,
14- '/this-route-does-not-exist ' ,
14+ '/posts ' ,
1515 '/redirect' ,
16+ '/this-route-does-not-exist' ,
1617 '/users' ,
1718 ] . some ( ( p ) => page . path . includes ( p ) )
1819 } ,
You can’t perform that action at this time.
0 commit comments