We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d125204 commit 36430f5Copy full SHA for 36430f5
next-js-app/src/app/api/contact/route.ts
@@ -33,7 +33,7 @@ async function getSubmissions(): Promise<Submission[]> {
33
}
34
35
async function saveSubmissions(data: Submission[]) {
36
- await put("submissions.json", JSON.stringify(data, null, 2), {
+ await put("live_submissions_2.json", JSON.stringify(data, null, 2), {
37
access: "public",
38
addRandomSuffix: false, // Overwrite the existing blob
39
cacheControlMaxAge: 0, // Ensure fresh data is always read
0 commit comments