mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
test: add automatic switching between light and dark themes for giscus
This commit is contained in:
parent
27c6746691
commit
c5b8cd38ba
6 changed files with 50 additions and 102 deletions
|
@ -146,4 +146,9 @@ export default defineConfig({
|
|||
devToolbar: {
|
||||
enabled: false,
|
||||
},
|
||||
server: {
|
||||
headers: {
|
||||
'Access-Control-Allow-Origin': 'https://giscus.app',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue