Skip to content

Commit

Permalink
Merge pull request #1074 from bokeeeey/part4-김보경-week20
Browse files Browse the repository at this point in the history
[김보경] week20
  • Loading branch information
devToram authored Jun 25, 2024
2 parents 350c8a0 + 170b2a7 commit c0b9744
Show file tree
Hide file tree
Showing 81 changed files with 3,226 additions and 150 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel
Expand Down
16 changes: 16 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
formats: ["image/webp", "image/avif"],
remotePatterns: [
{
protocol: "https",
hostname: "**",
port: "",
},
],
},
};

module.exports = nextConfig;
Loading

0 comments on commit c0b9744

Please sign in to comment.