Skip to content

Commit

Permalink
make sure correct directory is copied (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjofrank authored Dec 12, 2024
1 parent 7d6d271 commit 1713b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ site.copy("go.json");
site.copy("oldurls.json");
site.copy("server.ts");
site.copy("middleware");
site.copy("examples/examples");
site.copy("examples/scripts");
site.copy(".env");

site.use(
Expand Down

0 comments on commit 1713b81

Please sign in to comment.