Skip to content

Commit

Permalink
fix: bug in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Jul 28, 2023
1 parent 8415834 commit beba5ef
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 45 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ const config = withPlugins([[withBundleAnalyzer({ enabled: env.ANALYZE })]], {
{ source: "/signup", destination: "/sign-up" },
]
},
compiler: {
styledComponents: true,
},
})

export default config
Loading

0 comments on commit beba5ef

Please sign in to comment.