Added homepage and moved old homepage to aboutme page
This commit is contained in:
@@ -12,6 +12,7 @@ import SiteVerification from '~/components/common/SiteVerification.astro';
|
||||
import Analytics from '~/components/common/Analytics.astro';
|
||||
import BasicScripts from '~/components/common/BasicScripts.astro';
|
||||
import StructuredData from '~/components/common/StructuredData.astro';
|
||||
import LanguagePersistence from '~/components/LanguagePersistence.astro';
|
||||
|
||||
// Comment the line below to disable View Transitions
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
@@ -59,5 +60,6 @@ const { language, textDirection } = I18N;
|
||||
<slot />
|
||||
|
||||
<BasicScripts />
|
||||
<LanguagePersistence />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user