mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
skip middleware for static and metadata files
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user