We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff357d commit 4895aaeCopy full SHA for 4895aae
src/layouts/layout.astro
@@ -2,6 +2,7 @@
2
import Header from '../components/header.astro';
3
import Footer from '../components/footer.astro';
4
import { astroI18n, t } from 'astro-i18n';
5
+import "../styles/global.css";
6
7
export interface Props {
8
title: string;
0 commit comments