From 8c1fff45fb5340a338416586162ac247b2b190c0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:03:03 +0100 Subject: Uses TSConfig paths --- src/components/Breadcrumbs.astro | 10 +++++----- src/components/LallansIssue.astro | 14 ++++++++------ src/components/LallansIssueContributions.astro | 8 ++++---- src/components/LallansIssueContributors.astro | 8 +++----- src/components/LallansIssuesGallery.astro | 2 +- src/components/Navbar.astro | 6 +++--- src/components/PayPalButtons.astro | 2 +- src/components/SwitchLanguageLink.astro | 8 ++++---- 8 files changed, 29 insertions(+), 29 deletions(-) (limited to 'src/components') diff --git a/src/components/Breadcrumbs.astro b/src/components/Breadcrumbs.astro index 5ebe759..66f2a66 100644 --- a/src/components/Breadcrumbs.astro +++ b/src/components/Breadcrumbs.astro @@ -1,9 +1,9 @@ --- -import findAllIndicesOf from '../lib/findAllIndicesOf'; -import translate from '../i18n/translate'; -import tBreadcrumbs from '../i18n/translations/components/breadcrumbs'; -import type Locale from '../types/Locale'; -import locales from '../i18n/locales'; +import findAllIndicesOf from '$lib/findAllIndicesOf'; +import translate from '$i18n/translate'; +import tBreadcrumbs from '$i18n/translations/components/breadcrumbs'; +import type Locale from '$types/Locale'; +import locales from '$i18n/locales'; const path = Astro.url.pathname.replace(/(? -
{issue.description[locale]}