Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit dda92bb

Browse files
deammenchanged
authored andcommitted
fix: browser nested routes bug with Quantum (#1168)
1 parent 8f70614 commit dda92bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quantum/plugin/QuantumSplit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class QuantumSplitConfig {
1616
if ( this.resolveOptions && this.resolveOptions.browser ){
1717
return this.resolveOptions.browser;
1818
}
19-
return "./";
19+
return "";
2020
}
2121

2222
public getServerPath(){

0 commit comments

Comments
 (0)