Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 5a28c88

Browse files
committed
fix: title非表示機能
1 parent 555177a commit 5a28c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/loadFiles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function getPages(): Page[] {
170170
path: path_.replace('¥', '/'),
171171
widthNarrow: widthNarrow === 'true',
172172
other: other === 'true',
173-
title: title_ === 'false',
173+
title: title_ !== 'false',
174174
style,
175175
sort,
176176
filename,

0 commit comments

Comments
 (0)