You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.mdx
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,18 @@ description: imgproxy is a fast and secure standalone server for resizing and co
5
5
displayed_sidebar: tutorialSidebar
6
6
---
7
7
8
-
# 
8
+
<h1>
9
+
<img
10
+
alt="imgproxy logo"
11
+
src="/img/logo-light.svg"
12
+
class="intro__logo intro__logo-light"
13
+
/>
14
+
<img
15
+
alt="imgproxy logo"
16
+
src="/img/logo-dark.svg"
17
+
class="intro__logo intro__logo-dark"
18
+
/>
19
+
</h1>
9
20
10
21
[imgproxy](https://imgproxy.net) is a fast and secure standalone server for resizing, processing, and converting images. The guiding principles behind imgproxy are security, speed, and simplicity.
0 commit comments