mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
fix css-path on installations not hosted on /
This commit is contained in:
parent
85ab952a38
commit
b4fba321b7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ try {
|
|||
$dir = forceslash(sys_get_temp_dir());
|
||||
|
||||
$css_file = Less_Cache::Get([
|
||||
'assets/css/main.less' => '/assets/css/',
|
||||
'assets/css/main.less' => '../assets/css/',
|
||||
], [
|
||||
'sourceMap' => true,
|
||||
'compress' => true,
|
||||
|
|
Loading…
Reference in a new issue