skip middleware for static and metadata files

This commit is contained in:
2025-03-04 09:15:17 -05:00
parent ba10742c9b
commit a73323ae8b
5 changed files with 77 additions and 73 deletions
+4 -4
View File
@@ -22,8 +22,8 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.2.1-canary.5",
"@next/mdx": "15.2.1-canary.5",
"@next/bundle-analyzer": "15.2.2-canary.0",
"@next/mdx": "15.2.2-canary.0",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@prisma/client": "^6.4.1",
@@ -37,7 +37,7 @@
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"modern-normalize": "^3.0.1",
"next": "15.2.1-canary.5",
"next": "15.2.2-canary.0",
"obj-str": "^1.1.0",
"p-map": "^7.0.3",
"p-memoize": "^7.1.1",
@@ -80,7 +80,7 @@
"@types/react-is": "^19.0.0",
"cross-env": "^7.0.3",
"eslint": "~9.21.0",
"eslint-config-next": "15.2.1-canary.5",
"eslint-config-next": "15.2.2-canary.0",
"eslint-config-prettier": "~10.0.2",
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-prettier": "~5.2.3",