Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: image next config (#1084)

* 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>

authored by

Maximilian Kaske
autofix-ci[bot]
and committed by
GitHub
9ec099ae 757f61fb

+2 -5
+2 -5
apps/web/next.config.js
··· 1 1 const { withContentCollections } = require("@content-collections/next"); 2 + const { withSentryConfig } = require("@sentry/nextjs"); 2 3 3 4 /** @type {import('next').NextConfig} */ 4 5 const nextConfig = { ··· 54 55 }, 55 56 }; 56 57 57 - // Injected content via Sentry wizard below 58 - 59 - const { withSentryConfig } = require("@sentry/nextjs"); 60 - 61 58 module.exports = withSentryConfig( 62 - withContentCollections(nextConfig), 59 + async () => await withContentCollections(nextConfig), 63 60 { 64 61 // For all available options, see: 65 62 // https://github.com/getsentry/sentry-webpack-plugin#options