From f42c272e4a0af4c0e353bfebedbbdf2d9611c1d4 Mon Sep 17 00:00:00 2001 From: Chris W Date: Wed, 3 Jan 2024 16:17:55 -0700 Subject: [PATCH] remove broken import --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index af72b66..870a98d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,6 @@ import Header from '../components/Header.astro'; import Footer from '../components/Footer.astro'; import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; import { getCollection } from 'astro:content'; -import slugify from "@utils/sligify"; const featuredProjects = (await getCollection('projects', (item) => item.data.featured)); const latestPosts = (await getCollection('posts'))