Skip to content

Commit

Permalink
update flame comics domain (#5487)
Browse files Browse the repository at this point in the history
  • Loading branch information
LefanHu authored Oct 12, 2024
1 parent 92c4bc3 commit 3ea19c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/flamecomics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext {
extName = 'Flame Comics'
extClass = '.FlameComics'
themePkg = 'mangathemesia'
baseUrl = 'https://flamecomics.me'
overrideVersionCode = 3
baseUrl = 'https://flamecomics.xyz'
overrideVersionCode = 4
}

apply from: "$rootDir/common.gradle"
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import java.io.ByteArrayOutputStream

class FlameComics : MangaThemesia(
"Flame Comics",
"https://flamecomics.me",
"https://flamecomics.xyz",
"en",
mangaUrlDirectory = "/series",
) {
Expand Down

0 comments on commit 3ea19c7

Please sign in to comment.