Skip to content

Commit

Permalink
chore: rename index to _index
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Oct 17, 2024
1 parent 41d1333 commit 33df722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/build/scripts/publishing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ async function writeContentToFile(
// NOTE: do a join with ./ here so that
// we don't end up with an absolute path to a special unix folder
const sanitizedPermalink = !fullPermalink
? "index"
? "_index"
: path.join(
"./",
path
Expand Down

0 comments on commit 33df722

Please sign in to comment.