Skip to content

Commit 4f719e3

Browse files
committed
feat: layoutからcssを読みこむ
1 parent a5de292 commit 4f719e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2025/src/layouts/Layout.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { SEO } from 'astro-seo';
88
99
import * as ufo from 'ufo';
1010
11+
import '../styles/global.css';
12+
1113
const { lang = 'ja' } = Astro.props;
1214
1315
const title = 'VimConf 2025';

0 commit comments

Comments
 (0)