fix: update ASSETS_URL paths in environment files and enable TypeScript type checking

This commit is contained in:
“hyeonggkim”
2025-11-03 15:47:19 +09:00
parent a1f175181f
commit ad81d63a1f
9 changed files with 15 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ BASE_DOMAIN='.onstove.com'
# URLS ##############################################################################
STATIC_URL='https://static-pubcomm.gate8.com'
ASSETS_URL='https://static-pubcomm.gate8.com/dev/templates/brand'
ASSETS_URL='https://static-pubcomm.gate8.com/dev/template/brand'
DATA_RESOURCE_URL='https://static-pubcomm.gate8.com/dev/test'
# STOVE #############################################################################