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:
Ashley Harrison
2025-08-29 16:29:57 +01:00
committed by GitHub
parent c9f815088a
commit 57db26a9bf
13 changed files with 76 additions and 34 deletions

View File

@ -75,6 +75,14 @@ module.exports = {
from: 'public/img',
to: 'img',
},
{
from: 'public/maps',
to: 'maps',
},
{
from: 'public/gazetteer',
to: 'gazetteer',
},
],
}),
],