misc fixes

This commit is contained in:
Jorge Vargas 2024-09-18 20:33:41 -06:00
parent 7aa64366c0
commit 971d4f2ce6
41 changed files with 18860 additions and 85 deletions

View file

@ -1,9 +1,9 @@
---
import { languageTag } from '../paraglide/runtime'
import Header from '@/components/Header.astro'
import Header from 'components/Header.astro'
import '@/styles/global.css'
import 'styles/global.css'
---
<html lang={languageTag()} dir={Astro.locals.paraglide.dir} class='h-full'>