ui redesign, markdown fix + metadata and auth header

This commit is contained in:
2026-05-09 05:09:07 +02:00
parent 7f8a66f360
commit bc6a34cf1f
42 changed files with 3093 additions and 517 deletions
-3
View File
@@ -9,9 +9,6 @@ import node from '@astrojs/node';
export default defineConfig({
output: 'server',
integrations: [react()],
security: {
checkOrigin: false
},
image: {
service: { entrypoint: 'astro/assets/services/noop' }
},