mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
feat: implement giscus comment
This commit is contained in:
parent
2dd5410300
commit
d1df76e2c2
8 changed files with 338 additions and 11 deletions
|
@ -79,4 +79,12 @@ export default defineConfig({
|
|||
devToolbar: {
|
||||
enabled: false,
|
||||
},
|
||||
server: {
|
||||
headers: {
|
||||
"Access-Control-Allow-Origin": "https://giscus.app"
|
||||
}
|
||||
},
|
||||
security: {
|
||||
checkOrigin: true,
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue