Skip to content

Commit

Permalink
add new dependecies & additional settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dhafitf committed May 18, 2022
1 parent 0e5ae3a commit 1bc40db
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 26 deletions.
8 changes: 6 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
skipLibCheck: true,
images: {
domains: ["i.ytimg.com", "lv2-cdn.azureedge.net", "s3-aop.plusmember.jp", "scontent.cdninstagram.com", "v.phinf.naver.net"],
},
};

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

0 comments on commit 1bc40db

Please sign in to comment.