test: add automatic switching between light and dark themes for giscus

This commit is contained in:
radishzzz 2025-05-30 17:13:00 +01:00
parent 27c6746691
commit c5b8cd38ba
6 changed files with 50 additions and 102 deletions

View file

@ -146,4 +146,9 @@ export default defineConfig({
devToolbar: {
enabled: false,
},
server: {
headers: {
'Access-Control-Allow-Origin': 'https://giscus.app',
},
},
})