Skip to content

Commit

Permalink
navbar complete
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnathakkar29 committed Jul 13, 2024
1 parent f4c0511 commit a857d19
Show file tree
Hide file tree
Showing 19 changed files with 1,324 additions and 85 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
.DS_Store
*.pem

text.txt

# debug
npm-debug.log*
yarn-debug.log*
Expand Down
6 changes: 5 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
domains: ["lh3.googleusercontent.com"],
},
};

export default nextConfig;
Loading

0 comments on commit a857d19

Please sign in to comment.