Updated to Next.js 13
This commit is contained in:
9
next.config.js
Normal file
9
next.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
webpack: function(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.md$/,
|
||||
use: 'raw-loader',
|
||||
})
|
||||
return config
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user