Skip to content

Commit 49b277e

Browse files
Update index.js
1 parent dca38fe commit 49b277e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documentation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ fs.writeFileSync(
779779
template.charset
780780
);
781781
fs.writeFileSync(path.join(websitepath, '_just', `${dataname[9]}.json`), JSON.stringify(mdjson), template.charset);
782-
fs.writeFileSync(path.join(websitepath, '_just', '404.json'), JSON.stringify({
782+
fs.writeFileSync(path.join(websitepath, '_just', 'index.json'), JSON.stringify({
783783
"js": filename.js,
784784
"css": filename.css,
785785
"json": dataname[9]

0 commit comments

Comments
 (0)