Skip to content

Commit ab19aaf

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent b4d1876 commit ab19aaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Function/Commit/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const URL = `Cache/Commit/${Repository}-${User}-${SHA}.json`;
111111
112112
await (
113113
await import("fs/promises")
114-
).writeFile(`Public/${URL}`, JSON.stringify(Last));
114+
).writeFile(`Target/${URL}`, JSON.stringify(Last));
115115
---
116116

117117
<commit-table

0 commit comments

Comments
 (0)