Skip to content

Commit

Permalink
Fix Nekomik: change domain (#6278)
Browse files Browse the repository at this point in the history
Fixes #6276
  • Loading branch information
MikeZeDev authored Sep 30, 2023
1 parent 715d3c5 commit 007ba99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/Nekomik.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Nekomik extends WordPressMangastream {
super.id = 'nekomik';
super.label = 'Nekomik';
this.tags = ['manga', 'indonesian'];
this.url = 'https://nekomik.com/';
this.url = 'https://nekomik.me';
this.path = '/manga/list-mode/';
}
}
}

0 comments on commit 007ba99

Please sign in to comment.