Skip to content

Commit 9a5fc76

Browse files
committed
Fix fetch target link
1 parent 1898811 commit 9a5fc76

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lib/resources/docs.dart.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/resources/docs.dart.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/docs.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void initializeSidebars() {
4646
}
4747

4848
void addToSidebar(Element sidebar, String sidebarPath) {
49-
window.fetch('${baseHref}index.json'.toJS).toDart.then((response) async {
49+
window.fetch('$baseHref$sidebarPath'.toJS).toDart.then((response) async {
5050
final fetchResponse = response as Response;
5151
if (fetchResponse.status != 200) {
5252
return;

web/sig.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
EA19232CCAE2FA65E58D9F2CE98A7B13
1+
C0F12ADE53277B7AF4F0CE6AA06C6A53

0 commit comments

Comments
 (0)