Skip to content

Commit 67ec6fb

Browse files
committed
fix: move images in a new folder "assets"
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent 97f4c95 commit 67ec6fb

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
66

77
# Denote all files that are truly binary and should not be modified
88
*.gz binary
9+
10+
# Images
11+
*.png diff=exif
12+
*.jpg diff=exif
13+
*.jpeg diff=exif
14+
*.webp diff=exif

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ http:
124124
> **Note:** Replace `127.0.0.1` with the actual IP address of your HaRP container if it is running on a different host.
125125

126126
### Cloudflare Tunneling Example
127-
<img width="1688" height="611" alt="image" src="https://github.com/user-attachments/assets/d157be37-3efd-425b-82de-6aa21fa2c203" />
127+
<img alt="cloudflare-tunnel-1" src="./assets/cloudflare-tunnel-1.png" />
128128

129-
<img width="301" height="121" alt="image" src="https://github.com/user-attachments/assets/ef1082a1-5634-416f-9f0a-5e10d11be3dd" />
129+
<img alt="cloudflare-tunnel-2" src="./assets/cloudflare-tunnel-2.png" />
130130

131131
> **Note:** The order of the routes matters, move the `exapp/*` route above your Nextcloud's main route.
132132

assets/cloudflare-tunnel-1.png

129 KB
Loading

assets/cloudflare-tunnel-2.png

7.95 KB
Loading

0 commit comments

Comments
 (0)