Initial commit
This commit is contained in:
10
next.config.mjs
Normal file
10
next.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import { withContentlayer } from 'next-contentlayer';
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: []
|
||||
}
|
||||
};
|
||||
|
||||
export default withContentlayer(nextConfig);
|
||||
Reference in New Issue
Block a user