Skip to content

Commit e2bed45

Browse files
committed
Website: default school-vacations hint policy to per-day-of-week
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Mr1vqMLyMZ22NZyyNzureH
1 parent c9f30fc commit e2bed45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export interface HintConfig {
148148

149149
export const DEFAULT_HINT_CONFIGS: HintConfig[] = [
150150
{ id: 'holidays', source: 'holidays', name: 'Jours fériés', policy: 'match-all', enabled: true, daysText: '' },
151-
{ id: 'school-vacations', source: 'school-vacations', name: 'Vacances scolaires (lun-ven)', policy: 'match-all', enabled: true, daysText: '' },
151+
{ id: 'school-vacations', source: 'school-vacations', name: 'Vacances scolaires (lun-ven)', policy: 'per-day-of-week', enabled: true, daysText: '' },
152152
]
153153

154154
const DATE_RE = /^\d{4}-\d{2}-\d{2}$/

0 commit comments

Comments
 (0)