25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // Feature flags compilati nel bundle. Modifica e ricostruisci (npm run build) per applicare.
-
- export const EXTERNAL_LINK_ENABLED = true;
-
- // Font di default se il portale non ne ha impostato uno.
- // Lascia stringa vuota per usare il font di sistema (Arial).
- // Per usare un font, scrivi il nome esatto del file presente in data/fonts/ (es. "Geist-Variable.woff2").
- export const DEFAULT_FONT = '';
|