From 56b6a33cf447f50537c17ed8541342a3da76d874 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 25 Sep 2023 20:24:55 +0300 Subject: [PATCH] squash! --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 9d9c474..e8e252d 100644 --- a/README.md +++ b/README.md @@ -78,21 +78,6 @@ export default { }; ``` -If your path is different than Astro `outDir` be sure to update it accordingly: - -```ts -import Convert from "astro-convert"; - -export default { - outDir: "./Target", - integrations: [ - Convert({ - Path: "./Target", - }), - ], -}; -``` - Set `Logger` to `0` if you do not want to see debug messages. Default is `2`. ```ts