fixed file upload?
This commit is contained in:
@@ -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' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user