Skip to content

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/api/github-history/util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const CACHE_TTL = 3600; // 1 hour in seconds
2121
* These commits will be skipped, and the next non-excluded commit will be shown instead
2222
*/
2323
export const EXCLUDED_COMMIT_SHAS: string[] = [
24+
"6d7c8acbf37377fbc647e431f98cf58c3447b031",
2425
"e6a4f720c383f7013fd009a0aa6b52e8fe779ee2",
2526
"0a57480c7730685582dd67f12d3e49a12ce0af32",
2627
];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"dev": "pnpm prepare:content && tinacms dev -c \"next dev --turbopack\"",
6+
"dev": "pnpm tinacms dev -c \"next dev --turbopack\"",
77
"build": "tinacms build && next build",
88
"postbuild": "next-sitemap",
99
"build-local": "tinacms build --local --skip-indexing --skip-cloud-checks && next build",

0 commit comments

Comments
 (0)