sync
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import MainLayout from "../../layouts/MainLayout.astro";
|
||||
import Hero from "../../components/Hero.astro";
|
||||
import About from "../../components/About.astro";
|
||||
|
||||
//@ts-ignore
|
||||
import { dictionary } from "../../i18n/dictionary";
|
||||
@@ -14,6 +15,6 @@ export async function getStaticPaths() {
|
||||
---
|
||||
<MainLayout title={title} description={description} lang={Astro.currentLocale} themeOverride="dark">
|
||||
<Hero />
|
||||
<Hero />
|
||||
<About />
|
||||
<Hero />
|
||||
</MainLayout>
|
Reference in New Issue
Block a user