Skip to content

Commit

Permalink
MangaTale : change domain
Browse files Browse the repository at this point in the history
Fixes #7398
  • Loading branch information
MikeZeDev authored Sep 17, 2024
1 parent 5cdb757 commit 93551b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/mjs/connectors/BacaMangaOrg.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class BacaMangaOrg extends WordPressMangastream {
super.id = 'bacamangaorg';
super.label = 'MangaTale';
this.tags = ['manga', 'webtoon', 'indonesian'];
this.url = 'https://mangatale.co';
this.url = 'https://mangatale.id';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 93551b9

Please sign in to comment.