Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 18, 2023
1 parent 08e989d commit 06653ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Interface/Option.Type.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code
<li>Defined in <a href="https://github.com/astro-community/AstroCompress/blob/main/Source/Interface/Option.ts#L12">Application/AstroCommunity/AstroCompress/Source/Interface/Option.ts:12</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="Cache" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>Cache</span><a href="#Cache" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<div class="tsd-signature"><span class="tsd-kind-property">Cache</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Type</span></div>
<div class="tsd-signature"><span class="tsd-kind-property">Cache</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">default</span></div>
<div class="tsd-comment tsd-typography"><p>Configuration for the target cache.</p>
</div>
<div class="tsd-comment tsd-typography">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pnpx astro add astro-compress

First, install the `AstroCompress` integration like so:

```
```sh
npm install -D -E astro-compress
```

Expand Down

0 comments on commit 06653ae

Please sign in to comment.