Dodano obsługę Directus CMS, układ Bento Grid 2x2+1x2+1x1 z danymi z Laboratorium_AI

This commit is contained in:
Paweł Domański
2026-05-18 07:40:52 +02:00
parent 30fd7c59b5
commit b3ecfe85e1
6 changed files with 271 additions and 26 deletions
+10 -1
View File
@@ -4,4 +4,13 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
server: {
proxy: {
'/api': {
target: 'https://cms.dexterlab.pl',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
},
},
})