fix build
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 50s

This commit is contained in:
2026-03-26 18:20:25 -04:00
parent 72f652eabe
commit d1ad6e0f09
3 changed files with 15 additions and 12 deletions

View File

@@ -5,8 +5,8 @@ import react from '@astrojs/react';
import node from '@astrojs/node';
export default defineConfig({
output: 'static',
adapter: node({ mode: 'middleware' }),
output: 'server',
adapter: node({ mode: 'standalone' }),
site: 'https://cachetdeco.com',
i18n: {
defaultLocale: 'fr',