primer commit

This commit is contained in:
Tatiana Villa Ema 2026-01-18 00:11:41 +01:00
parent 5c6cce18b3
commit 56c5811350
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ async function cargarYActualizarTodo() {
try {
// 2. Cargar el JSON unificado (enero/febrero que creamos)
const respuesta = await fetch('../data/calendario-liturgico.json');
const respuesta = await fetch('data/calendario-liturgico.json');
const datosCalendario = await respuesta.json();
// 3. Buscar el objeto del día de hoy
@ -79,7 +79,7 @@ async function difuntos() {
const diaHoy = hoy.getDate();
try {
const res = await fetch('../data/difuntos.json');
const res = await fetch('data/difuntos.json');
const listaDifuntos = await res.json();
// Buscamos si alguien cumple aniversario de fallecimiento hoy