mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
Merge branch 'main' into refactor-message-listeners
This commit is contained in:
@@ -342,9 +342,10 @@ function handleMoreBtnClick(event: MouseEvent) {
|
||||
>
|
||||
<img
|
||||
:src="`${removeHttpFromUrl(authorFace)}@50w_50h_1c`"
|
||||
width="40"
|
||||
height="40"
|
||||
width="30"
|
||||
height="30"
|
||||
loading="lazy"
|
||||
object-cover
|
||||
>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
...sharedConfig,
|
||||
build: {
|
||||
watch: isDev
|
||||
? {}
|
||||
? { include: ['./**/*'] }
|
||||
: undefined,
|
||||
outDir: r(isFirefox ? 'extension-firefox/dist/contentScripts' : 'extension/dist/contentScripts'),
|
||||
cssCodeSplit: false,
|
||||
|
||||
Reference in New Issue
Block a user