mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Relative links in templates should work with subfolders
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { registerUnbound } from "discourse-common/lib/helpers";
|
||||
import getUrl from "discourse-common/lib/get-url";
|
||||
|
||||
registerUnbound("get-url", value => getUrl(value));
|
||||
Reference in New Issue
Block a user