Skip to content

Commit 7c17880

Browse files
committed
Add comment about the manifest's served location
Also for #1278.
1 parent 45f70e7 commit 7c17880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node/server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ export abstract class Server {
297297
switch (base) {
298298
case "/":
299299
switch (requestPath) {
300+
// NOTE: This must be served at the correct location based on the
301+
// start_url in the manifest.
300302
case "/manifest.json":
301303
const response = await this.getResource(this.serverRoot, "media", requestPath);
302304
response.cache = true;

0 commit comments

Comments
 (0)