This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: optimize package imports

+15
+15
src/webapp/next.config.mjs
··· 7 7 // Configure `pageExtensions` to include markdown and MDX files 8 8 pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'], 9 9 // Optionally, add any other Next.js config below 10 + 11 + experimental: { 12 + optimizePackageImports: [ 13 + '@mantine/core', 14 + '@mantine/hooks', 15 + 'react-icons', 16 + 'react-icons/md', 17 + 'react-icons/fi', 18 + 'react-icons/fa6', 19 + 'react-icons/bi', 20 + 'react-icons/lu', 21 + 'react-icons/tb', 22 + 'react-icons/io5', 23 + ], 24 + }, 10 25 }; 11 26 12 27 const withMDX = createMDX({