We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c47d commit b02d2f5Copy full SHA for b02d2f5
apps/kitchen-sink/src/app/soba/soba.routes.ts
@@ -47,7 +47,7 @@ const routes: Routes = [
47
},
48
{
49
path: '',
50
- redirectTo: 'basic',
+ redirectTo: 'stars',
51
pathMatch: 'full',
52
53
];
apps/kitchen-sink/src/app/soba/soba.ts
@@ -34,6 +34,7 @@ extend(THREE);
34
})
35
export default class Soba {
36
examples = [
37
+ 'stars',
38
'basic',
39
'hud',
40
'render-texture',
@@ -42,7 +43,6 @@ export default class Soba {
42
43
'decal',
44
'html-chart',
45
'lowpoly-earth',
- 'stars',
46
'skydiving',
'porsche',
0 commit comments