From 9fdf3d420830495b1a28aa725dce4844fe2bdcae Mon Sep 17 00:00:00 2001 From: James Prevett Date: Mon, 11 Nov 2024 23:26:26 -0600 Subject: [PATCH] Updated `baseUrl` --- src/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }),