Updated next config

This commit is contained in:
Ryan Freeman 2023-08-06 22:23:37 +01:00
parent 86a1f8faec
commit aa2addf8fa

View File

@ -5,11 +5,6 @@ import rehypePrism from '@mapbox/rehype-prism'
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
reactStrictMode: true,
swcMinify: true,
experimental: {
mdxRs: true
},
images: {
domains: ['i.scdn.co']
}