Skip to content

Commit b0f9efd

Browse files
committed
fix position of less
1 parent acbd14d commit b0f9efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/htmlGen.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def lessStyle(withStyles: Boolean): Seq[Modifier] =
88
link(
99
rel := "stylesheet/less",
1010
`type` := "text/css",
11-
href := "index.less"
11+
href := "/index.less"
1212
),
1313
script(
1414
raw(

0 commit comments

Comments
 (0)