switch img src according to the theme

This commit is contained in:
Lyric
2024-02-21 17:02:43 -08:00
parent f489b7b9b6
commit bcc5e97fd9
6 changed files with 150 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export default {
// },
enhanceApp({ app, router, siteData }) {
// ...
app.component('Image', Image)
app.component('SpeakWord', SpeakWord)
}
} satisfies Theme