diff --git a/CLAUDE.md b/CLAUDE.md index bc675e3..04127cb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -48,7 +48,7 @@ Script de gestion : `/home/yvv/Documents/PROD/DEV/dev-ports.sh` (status/kill/cle ## Intégration GrateWizard - URL dev configurée dans `app/app.config.ts` → `localhost:3001` -- URL prod : `https://gratewizard.ml` +- URL prod : `https://gratewizard.axiom-team.fr` - Ouverture en popup via `composables/useGrateWizard.ts` - GrateWizard est un projet Next.js séparé (`/home/yvv/Documents/PROD/DEV/GrateWizard`) diff --git a/app/app.config.ts b/app/app.config.ts index 411a1bd..d6b85d3 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -21,7 +21,7 @@ export default defineAppConfig({ ], }, gratewizard: { - url: import.meta.dev ? 'http://localhost:3001' : 'https://gratewizard.ml', + url: import.meta.dev ? 'http://localhost:3001' : 'https://gratewizard.axiom-team.fr', popup: { width: 420, height: 720, diff --git a/app/pages/admin/book/index.vue b/app/pages/admin/book/index.vue index 219721c..56b7057 100644 --- a/app/pages/admin/book/index.vue +++ b/app/pages/admin/book/index.vue @@ -17,7 +17,7 @@ placeholder="/pdf/une-economie-du-don.pdf" /> -