Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a1cd381

Browse files
authored
Fix broken url
1 parent 996066a commit a1cd381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/app/homepage/pages/techniques/compression/compression.component.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ <h4>Installation</h4>
1717
app.use(compression());</code></pre>
1818
<blockquote class="info">
1919
<strong>Hint</strong>
20-
If you work wtih <code>FastifyAdapter</code>, consider using <a href="hhttps://github.com/fastify/fastify-compress" target="blank">fastify-compress</a>
20+
If you work wtih <code>FastifyAdapter</code>, consider using <a href="https://github.com/fastify/fastify-compress" target="blank">fastify-compress</a>
2121
instead.
2222
</blockquote>
2323
<p>
2424
For a <strong>high-traffic</strong> website in production, the best way to put compression in place is to implement it
2525
at a reverse proxy level. In that case, you do not need to use compression middleware.
2626
</p>
27-
</div>
27+
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /