Skip to content

Commit e2d354c

Browse files
committed
Move manifest icon to the root as well
1 parent 7c17880 commit e2d354c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ export abstract class Server {
300300
// NOTE: This must be served at the correct location based on the
301301
// start_url in the manifest.
302302
case "/manifest.json":
303+
case "/code-server.png":
303304
const response = await this.getResource(this.serverRoot, "media", requestPath);
304305
response.cache = true;
305306
return response;

0 commit comments

Comments
 (0)