mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update card and content pages layout
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
||||
const withMDX = require('@next/mdx')({
|
||||
extension: /\.mdx?$/
|
||||
});
|
||||
|
||||
module.exports = withMDX({
|
||||
pageExtensions: ['ts', 'tsx', 'md', 'mdx']
|
||||
pageExtensions: ['ts', 'tsx', 'md', 'mdx'],
|
||||
images: {
|
||||
domains: ['res.cloudinary.com']
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user