Skip to content

Commit

Permalink
Fixed index path
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 12, 2024
1 parent f168090 commit ff6f04e
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 @@ -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' }),
},
Expand Down

0 comments on commit ff6f04e

Please sign in to comment.