Skip to content

Commit

Permalink
feat: improved file structure and fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AYANscyy2 committed Oct 9, 2024
2 parents e6f23da + a955e97 commit e354462
Show file tree
Hide file tree
Showing 18 changed files with 622 additions and 15,243 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import withTwin from './withTwin.mjs';
const nextConfig = withTwin({
reactStrictMode: true,
images: {
domains: ['res.cloudinary.com'], // Allow images from Cloudinary
domains: ['res.cloudinary.com'],
},
});

Expand Down
Loading

0 comments on commit e354462

Please sign in to comment.