Minor
This commit is contained in:
parent
d7696ce45b
commit
f51df87c25
3 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ import {Language, Menu} from '@iconoir/vue'
|
|||
|
||||
// i18n
|
||||
import i18next, { t } from "i18next";
|
||||
import { Trans, HeadHrefLangs } from "astro-i18next/components";
|
||||
import { Trans, HeadHrefLangs } from "astro-i18next/components"
|
||||
|
||||
// Check if user is on Support
|
||||
if (Astro.url.pathname.startsWith("/support")) {
|
||||
|
|
|
@ -13,7 +13,7 @@ import '@styles/Header.scss'
|
|||
|
||||
// Other Stuff
|
||||
import i18next, { t } from "i18next"
|
||||
import { HeadHrefLangs } from "astro-i18next/components";
|
||||
import { HeadHrefLangs } from "astro-i18next/components"
|
||||
import { fade, ViewTransitions } from 'astro:transitions'
|
||||
---
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import { changeLanguage } from "i18next";
|
||||
import Layout from "@layouts/Default.astro";
|
||||
import { changeLanguage } from "i18next"
|
||||
import Layout from "@layouts/Default.astro"
|
||||
|
||||
changeLanguage("en");
|
||||
changeLanguage("en")
|
||||
---
|
||||
|
||||
<Layout Title="FluxNodess" Selected="Pricing"><Layout>
|
Reference in a new issue