Skip to content

Commit

Permalink
Merge pull request #2 from Weminal-labs/member-page-mapping
Browse files Browse the repository at this point in the history
update: member mapping data
  • Loading branch information
DangTinh422003 authored Nov 6, 2024
2 parents 63a950e + 50462bd commit cc05e43
Show file tree
Hide file tree
Showing 19 changed files with 1,509 additions and 280 deletions.
13 changes: 11 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '**',
},
],
},
}

export default nextConfig;
export default nextConfig
Loading

0 comments on commit cc05e43

Please sign in to comment.