tangled
alpha
login
or
join now
dunkirk.sh
/
img
1
fork
atom
lightweight image tools
1
fork
atom
overview
issues
pulls
pipelines
chore: add domain
dunkirk.sh
1 month ago
d8175cbf
0cff59f0
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+4
1 changed file
expand all
collapse all
unified
split
wrangler.toml
+4
wrangler.toml
···
3
3
compatibility_date = "2024-01-01"
4
4
compatibility_flags = ["nodejs_compat"]
5
5
6
6
+
routes = [
7
7
+
{ pattern = "img.dunkirk.sh/*", zone_name = "dunkirk.sh" }
8
8
+
]
9
9
+
6
10
[assets]
7
11
directory = "./public"