Skip to content

Commit

Permalink
update next config
Browse files Browse the repository at this point in the history
  • Loading branch information
calvo-jp committed May 22, 2024
1 parent 6037fa5 commit fd50fba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
experimental: {
optimizePackageImports: ['@untitled-theme/icons-react', '@ark-ui/react'],
serverMinification: true,
Expand Down

0 comments on commit fd50fba

Please sign in to comment.