chore: switch the order of giscus and waline configurations

This commit is contained in:
radishzzz 2025-05-31 01:27:48 +01:00
parent a894c96fc7
commit 4d1e5b3054
8 changed files with 91 additions and 91 deletions

View file

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