File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 "type" : " image/png"
1010 }
1111 ],
12- "start_url" : " /s/new ?utm_source=homescreen" ,
12+ "start_url" : " /s/?utm_source=homescreen" ,
1313 "display" : " standalone" ,
1414 "theme_color" : " #6CAEDD" ,
1515 "background_color" : " #1C2022"
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ function setupCompiler(port, protocol) {
141141}
142142
143143function openBrowser ( port , protocol ) {
144- const url = protocol + '://localhost:' + port + '/s/new ' ;
144+ const url = protocol + '://localhost:' + port + '/s' ;
145145 if ( process . platform === 'darwin' ) {
146146 try {
147147 // Try our best to reuse existing tab
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class Routes extends React.Component<Props> {
9999 < Notifications />
100100 < Content >
101101 < Switch >
102- < Route exact path = "/" render = { ( ) => < Redirect to = "/s/new " /> } />
102+ < Route exact path = "/" render = { ( ) => < Redirect to = "/s" /> } />
103103 < Route exact path = "/s/github" component = { GitHub } />
104104 < Route exact path = "/s/cli" component = { CliInstructions } />
105105 < Route exact path = "/s" component = { NewSandbox } />
You can’t perform that action at this time.
0 commit comments