diff --git a/SciPost_v1/settings.py b/SciPost_v1/settings.py index 4e6a5fc96a19b7b16c793cfa9f3ea3948db188d6..c8b6bf5e07241682fcabb72a6a9356aeaee0f41c 100644 --- a/SciPost_v1/settings.py +++ b/SciPost_v1/settings.py @@ -193,7 +193,7 @@ STATICFILES_DIRS = ( WEBPACK_LOADER = { 'DEFAULT': { 'CACHE': not DEBUG, - 'BUNDLE_DIR_NAME': 'static/bundles/', + 'BUNDLE_DIR_NAME': host_settings["STATIC_ROOT"] + 'bundles/', 'STATS_FILE': os.path.join(BASE_DIR, 'webpack-stats.json'), 'POLL_INTERVAL': 0.1, 'TIMEOUT': None, diff --git a/static/scipost/SPB/SciPost_Supporting_Partner_Agreement.pdf b/static/scipost/SPB/SciPost_Supporting_Partner_Agreement.pdf index e8ad02b0b00bddb765b1934b499a21581cc02126..042b661a679115369f9ee152cf626744eb8f3eea 100644 Binary files a/static/scipost/SPB/SciPost_Supporting_Partner_Agreement.pdf and b/static/scipost/SPB/SciPost_Supporting_Partner_Agreement.pdf differ