Skip to content

Commit ddc2da4

Browse files
committed
Don't show Sapper in New Sandbox modal yet
1 parent 640f71e commit ddc2da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/templates/sapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default new Template(
1111
{
1212
isServer: true,
1313
mainFile: ['/src/routes/index.html'],
14-
showOnHomePage: true,
14+
showOnHomePage: false,
1515
}
1616
);

0 commit comments

Comments
 (0)