Skip to content

Commit 7b8341c

Browse files
committed
Reduce cubes on homepage for performance
1 parent 1a44296 commit 7b8341c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/common/templates/cxjs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default new CxJSTemplate(
2222
decorateSelector(() => '#11689f'),
2323
{
2424
showOnHomePage: true,
25+
showCube: false,
2526
extraConfigurations: {
2627
'/.babelrc': configurations.babelrc,
2728
'/tsconfig.json': configurations.tsconfig,

packages/common/templates/dojo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export default new DojoTemplate(
2424
'https://github.com/dojo/cli-create-app',
2525
'github/dojo/dojo-codesandbox-template',
2626
decorateSelector(() => '#D3471C'),
27-
{ showOnHomePage: true, isTypeScript: true }
27+
{ showOnHomePage: true, showCube: false, isTypeScript: true }
2828
);

packages/common/templates/svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export default new Template(
88
'https://github.com/sveltejs/svelte',
99
'svelte',
1010
decorateSelector(() => '#AA1E1E'),
11-
{ showOnHomePage: true, distDir: 'public' }
11+
{ showOnHomePage: true, showCube: false, distDir: 'public' }
1212
);

0 commit comments

Comments
 (0)