Skip to content

Commit

Permalink
Merge pull request #149 from HabitPay/fix/markdown#143
Browse files Browse the repository at this point in the history
next.config변경#143
  • Loading branch information
404yonara authored Dec 26, 2024
2 parents ff53fd6 + 4bef6f4 commit 67eaa02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const removeImports = require("next-remove-imports")();

const nextConfig = {
output: "standalone",
images: {
Expand All @@ -14,7 +16,6 @@ const nextConfig = {
reactStrictMode: false,
};

module.exports = nextConfig;

// const removeImports = require("next-remove-imports")();
// module.exports = removeImports({});
module.exports = removeImports({
...nextConfig,
});

0 comments on commit 67eaa02

Please sign in to comment.