We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5de292 commit 4f719e3Copy full SHA for 4f719e3
2025/src/layouts/Layout.astro
@@ -8,6 +8,8 @@ import { SEO } from 'astro-seo';
8
9
import * as ufo from 'ufo';
10
11
+import '../styles/global.css';
12
+
13
const { lang = 'ja' } = Astro.props;
14
15
const title = 'VimConf 2025';
0 commit comments