Skip to content

Commit

Permalink
Documentation Fix (jaredpalmer#69)
Browse files Browse the repository at this point in the history
* 📖 Fixed documentation website

* working on Deployment errors

* switching to github pages

* test deploy
  • Loading branch information
sidwebworks authored Oct 9, 2021
1 parent 8a4d3b3 commit d82864d
Show file tree
Hide file tree
Showing 13 changed files with 7,421 additions and 7,472 deletions.
4 changes: 3 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
.next
.DS_Store
yarn-error.log
yarn-error.log

.vercel
2 changes: 1 addition & 1 deletion website/.nextra/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Search = ({ directories }) => {
{renderList && (
<div className="search-overlay z-1" onClick={() => setShow(false)} />
)}
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<div className="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<svg
fill="none"
strokeLinecap="round"
Expand Down
Loading

0 comments on commit d82864d

Please sign in to comment.