parent
45f70e741f
commit
7c178805ea
@ -297,6 +297,8 @@ export abstract class Server {
|
||||
switch (base) {
|
||||
case "/":
|
||||
switch (requestPath) {
|
||||
// NOTE: This must be served at the correct location based on the
|
||||
// start_url in the manifest.
|
||||
case "/manifest.json":
|
||||
const response = await this.getResource(this.serverRoot, "media", requestPath);
|
||||
response.cache = true;
|
||||
|
Reference in New Issue
Block a user