Skip to content

Commit

Permalink
upgrade dependencies and clean up some code 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
huphtur committed Oct 11, 2024
1 parent 729dcb7 commit d4c7849
Show file tree
Hide file tree
Showing 8 changed files with 3,067 additions and 130 deletions.
25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ _site/
.cache
.DS_Store
node_modules/
package-lock.json
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function (eleventyConfig) {
export default function (eleventyConfig) {
eleventyConfig.setServerOptions({
watch: ['_site/**/*.css'],
});
Expand Down
Loading

0 comments on commit d4c7849

Please sign in to comment.