From c836cda3d534de6e59ef54ef29fb615202b889cf Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Apr 2024 06:39:36 -0400 Subject: eslint -> biome --- astro.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro.config.ts') diff --git a/astro.config.ts b/astro.config.ts index bda8d32..065315a 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,5 +1,5 @@ -import { defineConfig } from "astro/config"; import sitemap from "@astrojs/sitemap"; +import { defineConfig } from "astro/config"; // https://astro.build/config export default defineConfig({ -- cgit v1.2.3