mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated next config
This commit is contained in:
parent
86a1f8faec
commit
aa2addf8fa
@ -5,11 +5,6 @@ import rehypePrism from '@mapbox/rehype-prism'
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
|
pageExtensions: ['jsx', 'js', 'tsx', 'ts', 'mdx'],
|
||||||
reactStrictMode: true,
|
|
||||||
swcMinify: true,
|
|
||||||
experimental: {
|
|
||||||
mdxRs: true
|
|
||||||
},
|
|
||||||
images: {
|
images: {
|
||||||
domains: ['i.scdn.co']
|
domains: ['i.scdn.co']
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user