Skip to content

Commit

Permalink
Alais29/sanity footer (#46)
Browse files Browse the repository at this point in the history
* feat: enhance Footer component with dynamic links coming from sanity in dynamic pages

* chore(husky): add commitizen for easier creation of commit messages

* feat(header): dinamically render header content from sanity

* fix(footer): show static footer data in case followLinks and sectionLinks props don't exist
  • Loading branch information
Alais29 committed Jun 11, 2024
1 parent 5bd52fe commit 3c0b310
Show file tree
Hide file tree
Showing 11 changed files with 734 additions and 86 deletions.
1 change: 1 addition & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exec < /dev/tty && npx cz --hook || true
Loading

0 comments on commit 3c0b310

Please sign in to comment.