Skip to content

Commit d43b98c

Browse files
committed
fix: static files
1 parent 266513d commit d43b98c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: Caddyfile

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
ankush.dev {
2+
handle_path /assets/* {
3+
root * /content/assets
4+
file_server
5+
}
26
reverse_proxy backend:3000
37
}

Diff for: compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- "443:443"
2121
volumes:
2222
- ./Caddyfile:/etc/caddy/Caddyfile:ro
23-
- content:/data/
23+
- content:/content
2424
environment:
2525
DOMAIN: "https://ankush.dev"
2626

Diff for: content/posts/semgrep.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The most important thing to remember is: code is not a piece of text, it's a tre
3333
(+) a b
3434
```
3535

36-
<center><figcaption>Mmmm, LISPy. λ</figcaption></center>
36+
Mmmm, LISPy. λ
3737

3838
This code, when represented as tree removes lots of noise in the text that's irrelevant e.g. whitespace, newlines.
3939

0 commit comments

Comments
 (0)