diff --git a/astro.config.ts b/astro.config.ts index b41d2192..161abaeb 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,6 +1,6 @@ // https://astro.build/config -import deno from "@deno/astro-adapter"; import tailwind from "@astrojs/tailwind"; +import deno from "@deno/astro-adapter"; import { defineConfig } from "astro/config"; // https://astro.build/config