Skip to content

Commit 456f19e

Browse files
committed
Fix asset url generation
1 parent 1c9e5d0 commit 456f19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public static function asset(string $path): HtmlString
1818

1919
private static function getAssetUrl(): ?string
2020
{
21-
return !config('tmi-cluster.asset_url');
21+
return config('tmi-cluster.asset_url');
2222
}
2323
}

0 commit comments

Comments
 (0)