Skip to content

Commit

Permalink
Updated baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 12, 2024
1 parent c158e77 commit 9fdf3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ await configure({
'/': {
backend: Overlay,
readable: Fetch.create({
baseUrl: '/system',
baseUrl: './system',
index: './index.json',
}),
writable: InMemory.create({ name: 'root-cow' }),
Expand Down

0 comments on commit 9fdf3d4

Please sign in to comment.