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/LallansIssuesGallery.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/LallansIssuesGallery.astro') diff --git a/src/components/LallansIssuesGallery.astro b/src/components/LallansIssuesGallery.astro index 420d83f..5e45a9e 100644 --- a/src/components/LallansIssuesGallery.astro +++ b/src/components/LallansIssuesGallery.astro @@ -1,5 +1,5 @@ --- -import { getAllLallansIssues } from '../data/lallans'; +import { getAllLallansIssues } from '$data/lallans'; const issues = await getAllLallansIssues(); --- -- cgit v1.2.3