File tree Expand file tree Collapse file tree 1 file changed +6
-32
lines changed Expand file tree Collapse file tree 1 file changed +6
-32
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments