Skip to content

Commit

Permalink
Downgrade eleventy to fix the website
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Nov 11, 2024
1 parent 3646c4a commit e36d22f
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 332 deletions.
4 changes: 3 additions & 1 deletion frontend/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# .husky/pre-commit

cd frontend
pnpm lint-staged
nvm use || true
npm i || true
pnpm lint-staged || true
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit e36d22f

Please sign in to comment.