Skip to content

Commit

Permalink
Fix normalized url bug which caused safari to crash
Browse files Browse the repository at this point in the history
Updated assets and todo
  • Loading branch information
Marvin Heilemann committed Feb 3, 2020
1 parent 16550b3 commit 01452c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
- [x] weird background colors on imprint bottom section
- [x] fix issue with header on prod build
- [ ] MDX pages are not using remark images plugin
- [ ] search for new font:
- https://typetype.org/fonts/moons/
- [x] update mobile navigation
- [x] add scroll to top
- [x] check description, keywords and title on all pages
Expand Down
Binary file modified assets/logo.sketch
Binary file not shown.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"normalize-url": "^5.0.0",
"normalize-url": "^4.5.0",
"preact": "^10.2.1",
"prism-react-renderer": "^1.0.2",
"prop-types": "^15.7.2",
Expand Down Expand Up @@ -109,4 +109,4 @@
"stylelint-scss": "^3.14.2",
"taskz": "^1.3.0"
}
}
}

0 comments on commit 01452c7

Please sign in to comment.