Ensure "/reload/" (hard reload) path is included in SSR paths.

(cherry picked from commit 83d24f8c21)
This commit is contained in:
Tim Donohue
2025-01-31 14:28:55 -06:00
committed by github-actions[bot]
parent 636fba40f7
commit d92424e2f4
4 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ export const environment: Partial<BuildConfig> = {
async: true,
time: false,
inlineCriticalCss: false,
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/' ],
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/' ],
enableSearchComponent: false,
enableBrowseComponent: false,
},

View File

@@ -12,7 +12,7 @@ export const environment: BuildConfig = {
async: true,
time: false,
inlineCriticalCss: false,
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/' ],
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/' ],
enableSearchComponent: false,
enableBrowseComponent: false,
},

View File

@@ -14,7 +14,7 @@ export const environment: Partial<BuildConfig> = {
async: true,
time: false,
inlineCriticalCss: false,
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/' ],
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/' ],
enableSearchComponent: false,
enableBrowseComponent: false,
},