mirror of
https://github.com/grafana/grafana.git
synced 2025-09-17 06:52:53 +08:00
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 d966d68e15922613755e120f536bba5436c43d1f. * 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