Skip to content

Commit

Permalink
markdown, upd: clubs page events, posts view
Browse files Browse the repository at this point in the history
  • Loading branch information
ARUMANDESU committed Jun 14, 2024
1 parent 2d12ed6 commit 2bb6434
Show file tree
Hide file tree
Showing 13 changed files with 3,156 additions and 231 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ const nextConfig = {
env: {
NEXT_PUBLIC_BACKEND_URL: process.env.NEXT_PUBLIC_BACKEND_URL,
},
transpilePackages: ['@mdxeditor/editor'],
reactStrictMode: true,
webpack: (config) => {
// this will override the experiments
config.experiments = { ...config.experiments, topLevelAwait: true }
// this will just update topLevelAwait property of config.experiments
// config.experiments.topLevelAwait = true
return config
},
}

module.exports = nextConfig
Loading

0 comments on commit 2bb6434

Please sign in to comment.