mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: image backgrounds not working after build
This commit is contained in:
@@ -33,6 +33,10 @@
|
|||||||
{
|
{
|
||||||
"resources": ["src/interface/index.html"],
|
"resources": ["src/interface/index.html"],
|
||||||
"matches": ["*://*/*"]
|
"matches": ["*://*/*"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"resources": ["src/seqta/ui/background/background.html"],
|
||||||
|
"matches": ["*://*/*"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -29,7 +29,8 @@ export default defineConfig({
|
|||||||
minify: false,
|
minify: false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
input: {
|
input: {
|
||||||
settings: join(__dirname, 'src', 'interface', 'index.html')
|
settings: join(__dirname, 'src', 'interface', 'index.html'),
|
||||||
|
backgrounds: join(__dirname, 'src', 'seqta', 'ui', 'background', 'background.html')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user