mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
test: language switcher and i18n refactor
This commit is contained in:
parent
19d7ba4905
commit
4651828dd1
10 changed files with 127 additions and 133 deletions
|
@ -10,7 +10,7 @@ import LanguageSwitcher from '@/components/Widgets/LanguageSwitcher.astro'
|
|||
import ThemeToggle from '@/components/Widgets/ThemeToggle.astro'
|
||||
import themeConfig from '@/config'
|
||||
import Head from '@/layouts/Head.astro'
|
||||
import { getPagePath } from '@/utils/path'
|
||||
import { getPagePath } from '@/utils/i18n/path'
|
||||
|
||||
import '@/styles/font.css'
|
||||
import '@/styles/global.css'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue