mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
Fix thumbnail url base
This commit is contained in:
parent
834b0a880b
commit
6643a74aef
@ -9,7 +9,7 @@ export const DATABASE_REPO_BRANCH = "master";
|
||||
|
||||
export const GITHUB_RAW_CONTENT_URL = "https://raw.githubusercontent.com";
|
||||
|
||||
export const THUMBNAIL_URL_BASE = `${GITHUB_RAW_CONTENT_URL}/${DATABASE_REPO.owner}${DATABASE_REPO.repo}/${DATABASE_REPO_BRANCH}/thumbnails`;
|
||||
export const THUMBNAIL_URL_BASE = `${GITHUB_RAW_CONTENT_URL}/${DATABASE_REPO.owner}/${DATABASE_REPO.repo}/${DATABASE_REPO_BRANCH}/thumbnails`;
|
||||
|
||||
export const RELEASE_EXTENSION = "zip";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user