Skip to content

Commit

Permalink
update next
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Sep 18, 2024
1 parent f0e1901 commit 9edb306
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 64 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"autoprefixer": "^10.4.7",
"eslint": "^8.43.0",
"eslint-plugin-prettier": "^4.2.1",
"next": "^14.2.5",
"next": "^14.2.12",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.0",
"typescript": "5.1.6",
Expand Down
1 change: 1 addition & 0 deletions src/app/api/posts/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const dynamic = "force-dynamic";

const accessKeyId = env.STORAGE_ACCESS_KEY;
const secretAccessKey = env.STORAGE_SECRET_KEY;

const MAX_DATA_SIZE = 149 * 1024; // 149KB
const BUCKET_NAME = "pingpad-ar";

Expand Down

0 comments on commit 9edb306

Please sign in to comment.