Skip to content

Commit b02d2f5

Browse files
committed
docs: redirect to stars example by default
1 parent 082c47d commit b02d2f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/kitchen-sink/src/app/soba/soba.routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const routes: Routes = [
4747
},
4848
{
4949
path: '',
50-
redirectTo: 'basic',
50+
redirectTo: 'stars',
5151
pathMatch: 'full',
5252
},
5353
];

apps/kitchen-sink/src/app/soba/soba.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ extend(THREE);
3434
})
3535
export default class Soba {
3636
examples = [
37+
'stars',
3738
'basic',
3839
'hud',
3940
'render-texture',
@@ -42,7 +43,6 @@ export default class Soba {
4243
'decal',
4344
'html-chart',
4445
'lowpoly-earth',
45-
'stars',
4646
'skydiving',
4747
'porsche',
4848
];

0 commit comments

Comments
 (0)