Skip to content

Commit

Permalink
Revert "feat: plaiceholder 추가 및 Image placeholder blur 추가(최적화)"
Browse files Browse the repository at this point in the history
This reverts commit 37dbcf7.
  • Loading branch information
ruddnjs3769 committed Apr 2, 2024
1 parent 37dbcf7 commit 8a92ee4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 628 deletions.
3 changes: 1 addition & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/** @type {import('next').NextConfig} */
const { withPlaceholder } = require("@plaiceholder/next");
const nextConfig = {
images: {
domains: ["cdn.sanity.io"],
Expand All @@ -13,4 +12,4 @@ const nextConfig = {
},
};

module.exports = withPlaceholder(nextConfig);
module.exports = nextConfig;
Loading

0 comments on commit 8a92ee4

Please sign in to comment.