mirror of https://git.tuxpa.in/a/code-server.git
Move manifest icon to the root as well
This commit is contained in:
parent
7c178805ea
commit
e2d354c8f2
|
@ -300,6 +300,7 @@ export abstract class Server {
|
|||
// NOTE: This must be served at the correct location based on the
|
||||
// start_url in the manifest.
|
||||
case "/manifest.json":
|
||||
case "/code-server.png":
|
||||
const response = await this.getResource(this.serverRoot, "media", requestPath);
|
||||
response.cache = true;
|
||||
return response;
|
||||
|
|
Loading…
Reference in New Issue