diff --git a/grafana/rmf-app/.config/bundler/copyFiles.ts b/grafana/rmf-app/.config/bundler/copyFiles.ts index 7610514..b9f1d38 100644 --- a/grafana/rmf-app/.config/bundler/copyFiles.ts +++ b/grafana/rmf-app/.config/bundler/copyFiles.ts @@ -21,4 +21,5 @@ export const copyFilePatterns = [ from: screenshotPath, to: screenshotPath, })), + { from: 'img/pm390.png', to: 'img/pm390.png' }, ];