We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1846b3b commit 65cd88cCopy full SHA for 65cd88c
next.config.js
@@ -13,7 +13,7 @@ const autoLinkHeadings = require('remark-autolink-headings');
13
const nextConfig = {
14
generateBuildId: () => nextBuildId({ dir: __dirname }),
15
exportPathMap: async function () {
16
- const notes = [];
+ const notes = []; // TODO(codehex): fix
17
const notePaths = notes.map((v) => '/note/' + v.replace(/\.mdx$/, ''));
18
let pages = {
19
'/': { page: '/' },
0 commit comments