const composePlugins = require('next-compose-plugins'); const { withSentryConfig } = require('@sentry/nextjs'); const nextConfig = { // ... }; ...
確定! 回上一頁