mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init new edit course page
This commit is contained in:
parent
187f75e583
commit
8d35085908
28 changed files with 891 additions and 159 deletions
|
|
@ -1,21 +1,6 @@
|
|||
// This file sets a custom webpack configuration to use your Next.js app
|
||||
// with Sentry.
|
||||
// https://nextjs.org/docs/api-reference/next.config.js/introduction
|
||||
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/
|
||||
const { withSentryConfig } = require('@sentry/nextjs');
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
compiler: {
|
||||
styledComponents: true,
|
||||
},
|
||||
};
|
||||
reactStrictMode: false,
|
||||
}
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
module.exports = withSentryConfig(
|
||||
module.exports,
|
||||
{ silent: true },
|
||||
{ hideSourcemaps: true },
|
||||
);
|
||||
module.exports = nextConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue