fixed file upload?

This commit is contained in:
2026-03-25 14:50:15 +01:00
parent 52e11a422c
commit 587954b164
2 changed files with 16 additions and 9 deletions

View File

@@ -8,6 +8,9 @@ import node from '@astrojs/node';
// https://astro.build/config
export default defineConfig({
output: 'server',
security: {
checkOrigin: false
},
image: {
service: { entrypoint: 'astro/assets/services/noop' }
},