1
0
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:
zcodes
2016-07-29 22:02:50 +08:00
parent c0407ab016
commit 1ced0456ca

View File

@ -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";