Skip to content

Commit

Permalink
push to github
Browse files Browse the repository at this point in the history
  • Loading branch information
graziabaiamonte committed Apr 22, 2024
1 parent b75f5ae commit c7d9caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Navbar = () => {
<nav className="flexBetween max-container padding-container relative z-30 py-5 ">

<Link href="/">
<Image src="../public/logo.png" alt="logo" width={74} height={29}/>
<Image src="/logo.png" alt="logo" width={74} height={29}/>
</Link>

<ul className="hidden h-full gap-12 lg:flex fontHeader uppercase">
Expand Down
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/Landing-page-demo",
};
const nextConfig = {};

export default nextConfig;

0 comments on commit c7d9caf

Please sign in to comment.