Skip to content

Commit ea89e1f

Browse files
committed
feat: もとにもどす
1 parent c52d156 commit ea89e1f

File tree

1 file changed

+6
-32
lines changed

1 file changed

+6
-32
lines changed

2025/src/pages/index.astro

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,8 @@
11
---
2-
import AboutVimConf from '../components/AboutVimConf.astro';
3-
import Footer from '../components/Footer.astro';
4-
import Header from '../components/Header.astro';
5-
import KeynoteSpeakers from '../components/KeynoteSpeakers.astro';
6-
import Schedule from '../components/Schedule/index.astro';
7-
import Sponsors from '../components/Sponsors/index.astro';
8-
import Staff from '../components/Staff.astro';
9-
import Top from '../components/Top.astro';
10-
import Venue from '../components/Venue.astro';
11-
import '../styles/global.css';
2+
import Layout from '@/layouts/Layout.astro';
123
---
13-
<!DOCTYPE html>
14-
<html lang="en" class="light" style="color-scheme: light;">
15-
<head>
16-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
17-
<meta name="viewport" content="width=device-width, initial-scale=1">
18-
<meta name="next-size-adjust" content="">
19-
<title>VimConf 2025 small</title>
20-
</head>
21-
<body>
22-
<Header />
23-
<main class="min-h-screen">
24-
<Top />
25-
<KeynoteSpeakers />
26-
<Venue />
27-
<AboutVimConf />
28-
<Schedule />
29-
<Sponsors />
30-
<Staff />
31-
</main>
32-
<Footer />
33-
</body>
34-
</html>
4+
<Layout>
5+
<Fragment slot="header">
6+
<meta http-equiv="refresh" content="0;url=/2025/ja" />
7+
</Fragment>
8+
</Layout>

0 commit comments

Comments
 (0)