mirror of
https://github.com/flarum/core.git
synced 2025-07-12 20:36:28 +02:00
Fixed fontawesome relative path
If install flarum in the site's root directory, it seems nothing is wrong because the server software will trim the path, but if install flarum in a sub directory, the font file of fontawesome will not load correctly.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
@import "font-awesome.less";
|
@import "font-awesome.less";
|
||||||
@fa-font-path: "../../assets/fonts";
|
@fa-font-path: "../assets/fonts";
|
||||||
|
|
||||||
@import "normalize.less";
|
@import "normalize.less";
|
||||||
@import "print.less";
|
@import "print.less";
|
||||||
|
Reference in New Issue
Block a user