Update dependencies

This commit is contained in:
juancmandev
2025-03-26 11:48:01 -06:00
parent 2ae12f480c
commit 18c93ff3bb
9 changed files with 880 additions and 1282 deletions

View File

@ -3,7 +3,7 @@ import Header from '@/components/header.astro';
import Navigation from '@/components/navigation';
import Footer from '@/components/footer';
import { getLangFromUrl } from '@/i18n/utils';
import '@/styles/globals.css';
import '@/styles/global.css';
interface Props {
title: string;