Skip to content

Commit

Permalink
Merge pull request #5 from smngvlkz/main
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA authored Jun 27, 2024
2 parents 41f2675 + d6c8f4e commit b11fd2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Header() {
className="lg:hidden absolute top-4 right-4 z-30"
>
<Image
src={isOpen ? '/capedevs.github.io/icons8-circled-x-32.png' : '/capedevs.github.io/icons8-menu-32.png'}
src={isOpen ? '/icons8-circled-x-32.png' : '/icons8-menu-32.png'}
alt={isOpen ? "Close Icon" : "Menu Icon"}
width={32}
height={32}
Expand Down
2 changes: 0 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const nextConfig = {
],
},
output: 'export',
basePath: '/capedevs.github.io',
assetPrefix: '/capedevs.github.io/',
trailingSlash: true,
};

Expand Down

0 comments on commit b11fd2b

Please sign in to comment.