Skip to content

Commit

Permalink
Fix invalid images in kv pages (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp authored Jul 11, 2024
1 parent 8704014 commit a444583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const site = lume({
site.copy("static", ".");
site.copy("subhosting/api/images");
site.copy("deploy/docs-images");
site.copy("deploy/kv/manual/images");
site.copy("runtime/manual/images");
site.copy("deno.json");
site.copy("server.ts");
Expand Down

0 comments on commit a444583

Please sign in to comment.