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 b31a721 commit d125204Copy full SHA for d125204
next-js-app/src/app/api/contact/route.ts
@@ -34,7 +34,7 @@ async function getSubmissions(): Promise<Submission[]> {
34
35
async function saveSubmissions(data: Submission[]) {
36
await put("submissions.json", JSON.stringify(data, null, 2), {
37
- access: "private",
+ access: "public",
38
addRandomSuffix: false, // Overwrite the existing blob
39
cacheControlMaxAge: 0, // Ensure fresh data is always read
40
});
0 commit comments