Frontend service: Fix geomap assets not loading (#110146)
* attempting to "fix" geomap
* copy gazetteer/maps folders into dockerfile for frontend service
* add TODO comments
* remove unused import
* conditionally use public cdn path
* fix unit tests
* try refactor e2e test for better stability
* Revert "try refactor e2e test for better stability"
This reverts commit d966d68e15.
* safer
* use grafana_public_path
This commit is contained in:
@@ -75,6 +75,14 @@ module.exports = {
|
||||
from: 'public/img',
|
||||
to: 'img',
|
||||
},
|
||||
{
|
||||
from: 'public/maps',
|
||||
to: 'maps',
|
||||
},
|
||||
{
|
||||
from: 'public/gazetteer',
|
||||
to: 'gazetteer',
|
||||
},
|
||||
],
|
||||
}),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user