Downgrade eleventy to fix the website
This commit is contained in:
committed by
Umputun
parent
3646c4a871
commit
d23b7003c6
@@ -1,4 +1,6 @@
|
||||
# .husky/pre-commit
|
||||
|
||||
cd frontend
|
||||
pnpm lint-staged
|
||||
nvm use || true
|
||||
npm i || true
|
||||
pnpm lint-staged || true
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
"clean": "rm -rf .tmp/* build/*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.0.0",
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"cross-env": "^7.0.3",
|
||||
|
||||
+604
-329
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user