[web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-02-05 13:28:19 +01:00 committed by Markus Heiser
parent 189dd0155d
commit 872e09d103
7 changed files with 23 additions and 5 deletions

View file

@ -137,6 +137,17 @@ export default defineConfig({
]
}),
// -- svg images
plg_svg2svg(
[
{ src: PATH.src + "/svg/empty_favicon.svg", dest: PATH.dist + "/img/empty_favicon.svg" },
{ src: PATH.src + "/svg/select-dark.svg", dest: PATH.dist + "/img/select-dark.svg" },
{ src: PATH.src + "/svg/select-light.svg", dest: PATH.dist + "/img/select-light.svg" },
],
svg2svg_opts,
),
// SearXNG brand (static)
plg_svg2png(