extract metadata merging logic from each page into a helper function

This commit is contained in:
2025-03-14 20:16:27 -04:00
parent 6e572a8f48
commit 5ca7e6cb22
19 changed files with 211 additions and 245 deletions
+6 -6
View File
@@ -22,9 +22,9 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.3.0-canary.8",
"@next/mdx": "15.3.0-canary.8",
"@next/third-parties": "15.3.0-canary.8",
"@next/bundle-analyzer": "15.3.0-canary.9",
"@next/mdx": "15.3.0-canary.9",
"@next/third-parties": "15.3.0-canary.9",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.5.0",
@@ -36,9 +36,9 @@
"feed": "^4.2.2",
"geist": "^1.3.1",
"html-entities": "^2.5.2",
"lucide-react": "0.481.0",
"lucide-react": "0.482.0",
"modern-normalize": "^3.0.1",
"next": "15.3.0-canary.8",
"next": "15.3.0-canary.9",
"obj-str": "^1.1.0",
"p-map": "^7.0.3",
"p-memoize": "^7.1.1",
@@ -79,7 +79,7 @@
"@types/react-is": "^19.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-config-next": "15.3.0-canary.8",
"eslint-config-next": "15.3.0-canary.9",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",