diff --git a/next.config.js b/next.config.js index 6010f21..53916d0 100644 --- a/next.config.js +++ b/next.config.js @@ -8,4 +8,11 @@ module.exports = nextTranslate({ images: { domains: ['mackerel.io'], }, + webpack: function (config) { + config.module.rules.push({ + test: /\.md$/, + use: 'raw-loader', + }) + return config + }, }) \ No newline at end of file