Skip to content

Commit

Permalink
Merge pull request #354 from dkile/part3-정용준-week12
Browse files Browse the repository at this point in the history
[정용준] Week12
  • Loading branch information
JaeSang1998 authored Jan 12, 2024
2 parents 1472169 + 7fb8168 commit ae3ffb7
Show file tree
Hide file tree
Showing 79 changed files with 2,296 additions and 4,153 deletions.
Binary file added bun.lockb
Binary file not shown.
12 changes: 10 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**",
},
],
},
};

module.exports = nextConfig
module.exports = nextConfig;
Loading

0 comments on commit ae3ffb7

Please sign in to comment.