feat: add Header with language switcher and theme toggle
Also disables Vitest file parallelism since concurrent astro builds across test files raced on the shared dist/ output.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
---
|
||||
import BaseLayout from '../../layouts/BaseLayout.astro';
|
||||
import Header from '../../components/Header.astro';
|
||||
|
||||
const locale = 'fr';
|
||||
---
|
||||
<BaseLayout locale={locale}>
|
||||
<Header locale={locale} />
|
||||
<h1>Ombrora</h1>
|
||||
</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user