mirror of
https://github.com/zen-browser/www
synced 2026-04-26 01:24:57 +02:00
chore(tsconfig): update paths to use ~ instead of @
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
import Button from '@/components/Button.astro'
|
||||
import Description from '@/components/Description.astro'
|
||||
import Layout from '@/layouts/Layout.astro'
|
||||
import { getLocale, getUI } from '@/utils/i18n'
|
||||
export { getStaticPaths } from '@/utils/i18n'
|
||||
import Button from '~/components/Button.astro'
|
||||
import Description from '~/components/Description.astro'
|
||||
import Layout from '~/layouts/Layout.astro'
|
||||
import { getLocale, getUI } from '~/utils/i18n'
|
||||
export { getStaticPaths } from '~/utils/i18n'
|
||||
|
||||
const locale = getLocale(Astro)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user