Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 932b4d8

Browse files
committed
fid -> id
1 parent c8f786e commit 932b4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ const DEFAULT_CONFIG = {
7777
lang: 'cpp'
7878
},
7979
file: {
80-
show: '${fid}.${slug}',
81-
submission: '${fid}.${slug}.${sid}.${ac}'
80+
show: '${id}.${slug}',
81+
submission: '${id}.${slug}.${sid}.${ac}'
8282
},
8383
color: {
8484
enable: true,

0 commit comments

Comments
 (0)