Skip to content

Commit 65cd88c

Browse files
committed
added comment
1 parent 1846b3b commit 65cd88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const autoLinkHeadings = require('remark-autolink-headings');
1313
const nextConfig = {
1414
generateBuildId: () => nextBuildId({ dir: __dirname }),
1515
exportPathMap: async function () {
16-
const notes = [];
16+
const notes = []; // TODO(codehex): fix
1717
const notePaths = notes.map((v) => '/note/' + v.replace(/\.mdx$/, ''));
1818
let pages = {
1919
'/': { page: '/' },

0 commit comments

Comments
 (0)