fix: revalidate on page level instead

This commit is contained in:
iCrawl
2022-12-02 11:31:59 +01:00
parent 52f56d3c2e
commit 4e4cbb3418
8 changed files with 230 additions and 229 deletions

View File

@@ -56,8 +56,8 @@
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-syntax-highlighter": "^15.5.5",
"@unocss/cli": "^0.47.4",
"@unocss/reset": "^0.47.4",
"@unocss/cli": "^0.47.5",
"@unocss/reset": "^0.47.5",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.3",
"astro": "^1.6.12",
@@ -79,7 +79,7 @@
"sharp": "^0.31.2",
"shiki": "^0.11.1",
"typescript": "^4.9.3",
"unocss": "^0.47.4",
"unocss": "^0.47.5",
"vercel": "^28.7.0",
"vitest": "^0.25.3"
},