Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 25, 2023
1 parent f5d2ae2 commit 56b6a33
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56b6a33

Please sign in to comment.