Skip to content

Commit

Permalink
fix: image next config (#1084)
Browse files Browse the repository at this point in the history
* fix: image next config

ci: apply automated fixes

* ci: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
mxkaske and autofix-ci[bot] authored Nov 5, 2024
1 parent 757f61f commit 9ec099a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { withContentCollections } = require("@content-collections/next");
const { withSentryConfig } = require("@sentry/nextjs");

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand Down Expand Up @@ -54,12 +55,8 @@ const nextConfig = {
},
};

// Injected content via Sentry wizard below

const { withSentryConfig } = require("@sentry/nextjs");

module.exports = withSentryConfig(
withContentCollections(nextConfig),
async () => await withContentCollections(nextConfig),
{
// For all available options, see:
// https://github.com/getsentry/sentry-webpack-plugin#options
Expand Down

0 comments on commit 9ec099a

Please sign in to comment.