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