mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-07 01:45:11 -05:00
Remove debugging base url
This commit is contained in:
@@ -33,7 +33,6 @@ META_JSON = f'{BASE_DIR}/data/meta.json'
|
||||
PROJECT_URL = 'https://github.com/msikma/pokesprite'
|
||||
DOCS_BASE_URL = 'https://msikma.github.io/pokesprite'
|
||||
REPO_BASE_URL = 'https://raw.githubusercontent.com/msikma/pokesprite/master'
|
||||
REPO_BASE_URL = 'file:///Users/msikma/Projects/pokesprite'
|
||||
REPO_PACKAGE = f'{BASE_DIR}/package.json'
|
||||
DEX_SPRITE_DIR = { 7: f'{REPO_BASE_URL}/pokemon-gen7x', 8: f'{REPO_BASE_URL}/pokemon-gen8' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user