fix: set file if not default index
This commit is contained in:
parent
165ead6a80
commit
47f61909f5
|
@ -55,6 +55,7 @@ export default class S5Provider implements ContentProvider {
|
|||
if (!(urlPath in meta.paths)) {
|
||||
throw new Error("404");
|
||||
}
|
||||
file = meta.paths[urlPath];
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue