tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:hammer: specify project name
kacaii.dev
1 month ago
18ea9bdc
7fa22b20
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
+1
-1
1 changed file
expand all
collapse all
unified
split
justfile
+1
-1
justfile
···
22
22
# Deploy app on Cloudflare Pages
23
23
[group('production')]
24
24
deploy: build
25
25
-
npx wrangler pages deploy {{ dist }}
25
25
+
npx wrangler pages deploy {{ dist }} --project-name kacaii-blog
26
26
27
27
# Build CSS output file
28
28
[group('tailwind')]