Korbs/Contour
Archived
Template
1
Fork 0
This commit is contained in:
Korbs 2024-02-02 16:10:24 -05:00
parent d7696ce45b
commit f51df87c25
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import {Language, Menu} from '@iconoir/vue'
// i18n // i18n
import i18next, { t } from "i18next"; 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 // Check if user is on Support
if (Astro.url.pathname.startsWith("/support")) { if (Astro.url.pathname.startsWith("/support")) {

View file

@ -13,7 +13,7 @@ import '@styles/Header.scss'
// Other Stuff // Other Stuff
import i18next, { t } from "i18next" import i18next, { t } from "i18next"
import { HeadHrefLangs } from "astro-i18next/components"; import { HeadHrefLangs } from "astro-i18next/components"
import { fade, ViewTransitions } from 'astro:transitions' import { fade, ViewTransitions } from 'astro:transitions'
--- ---

View file

@ -1,8 +1,8 @@
--- ---
import { changeLanguage } from "i18next"; import { changeLanguage } from "i18next"
import Layout from "@layouts/Default.astro"; import Layout from "@layouts/Default.astro"
changeLanguage("en"); changeLanguage("en")
--- ---
<Layout Title="FluxNodess" Selected="Pricing"><Layout> <Layout Title="FluxNodess" Selected="Pricing"><Layout>