Files
librodrome/app/app.config.ts
Yvv fbc2867163 Refonte accueil : hero typo statique, axes icônes, menu italic, page numérique
- Hero : 5 lignes typographiques alternées (bold/light/accent/caps/italic),
  citations et axes dans un bloc discret dépliable
- Icônes axes : Ğ1 custom, balance (éco don), graphe (WoT), marteau (décision),
  pictos plus lumineux (glow)
- Menu : Autonomie en italique + grand, Événement majuscule
- Page /autonomie renommée /numerique avec redirect 301
- Sceau hexagramme 益 Yì dans le layout, BookSection dans /modele-eco
- Fonts Syne + Space Grotesk, dark theme éclairci
- Popup GrateWizard agrandie (480×860)
- Actions AxisBlock : primary côte à côte, secondary séparé dessous

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 06:34:30 +01:00

30 lines
831 B
TypeScript

export default defineAppConfig({
site: {
name: 'Le Librodrome',
description: 'Une économie du don — enfin concevable. Un livre et des chansons, lecture guidée et écoute libre.',
url: 'https://librodrome.org',
},
header: {
height: '4rem',
},
footer: {
credits: '© 2026 Le Librodrome — Productions collectives',
links: [
{ label: 'Mentions légales', to: '/mentions-legales' },
],
},
gratewizard: {
url: import.meta.dev ? 'http://localhost:3001' : 'https://gratewizard.axiom-team.fr',
popup: {
width: 480,
height: 860,
},
},
libredecision: {
url: import.meta.dev ? 'http://localhost:3002' : 'https://decision.laplank.org',
},
sejeteral0: {
url: import.meta.dev ? 'http://localhost:3009' : 'https://collectivites.librodrome.org',
},
})