diff --git a/src/common.ts b/src/common.ts index 569d8b5..360e29c 100644 --- a/src/common.ts +++ b/src/common.ts @@ -10,7 +10,7 @@ await configure({ backend: Overlay, readable: Fetch.create({ baseUrl: '/system', - index: '/index.json', + index: 'index.json', }), writable: InMemory.create({ name: 'root-cow' }), },