Skip to content

Commit 64df27f

Browse files
committedApr 21, 2021
config: format
1 parent 874d7fe commit 64df27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ export const runConfig = async (args = {}) => {
154154

155155
conf.ADD_CSS = conf.ADD_CSS
156156
? conf.ADD_CSS.map(href =>
157-
href.startsWith(conf.WEB_ROOT) ? href : replaceSlashSlash(`${conf.WEB_ROOT}/${href}`),
158-
)
157+
href.startsWith(conf.WEB_ROOT) ? href : replaceSlashSlash(`${conf.WEB_ROOT}/${href}`),
158+
)
159159
: []
160160

161161
// array of html tags that get appended after the #magic html tag

0 commit comments

Comments
 (0)
Please sign in to comment.