mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Fix asset path in asset fingeprinter
The asset fingerprinter was hard coded to always point to `/static`. It needs to change depending on which environment the app is running in.
This commit is contained in:
@@ -113,6 +113,7 @@ class Test(Development):
|
||||
ANTIVIRUS_API_KEY = 'test-antivirus-secret'
|
||||
|
||||
ASSET_DOMAIN = 'static.example.com'
|
||||
ASSET_PATH = 'https://static.example.com/'
|
||||
|
||||
|
||||
class Preview(Config):
|
||||
|
||||
Reference in New Issue
Block a user