We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f70e7 commit 7c17880Copy full SHA for 7c17880
src/node/server.ts
@@ -297,6 +297,8 @@ export abstract class Server {
297
switch (base) {
298
case "/":
299
switch (requestPath) {
300
+ // NOTE: This must be served at the correct location based on the
301
+ // start_url in the manifest.
302
case "/manifest.json":
303
const response = await this.getResource(this.serverRoot, "media", requestPath);
304
response.cache = true;
0 commit comments