Set csrf domains
continuous-integration/drone/push Build is passing Details

This commit is contained in:
toqvist 2024-04-08 10:23:38 +02:00
parent 1f8142a82f
commit 324ad812e2
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ export default buildConfig({
}, },
}), }),
}, },
csrf: [
'https://kios.lumbung.space',
'https://admin.kios.lumbung.space',
],
collections: [ collections: [
// Posts, // Posts,
Users, Users,