fix(themes): theme wallpapers dont apply on firefox

This commit is contained in:
2026-06-22 21:08:12 +09:30
parent 2be27299a5
commit 4b7aa8da75
50 changed files with 744 additions and 389 deletions
+7
View File
@@ -140,6 +140,13 @@ export default defineConfig(({ command }) => ({
"utils",
"seqtaMenuColourPatch.js",
),
themeImagePagePatch: join(
__dirname,
"src",
"seqta",
"utils",
"themeImagePagePatch.js",
),
},
output: {
assetFileNames: "assets/[name]-[hash][extname]",