mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:45:06 +08: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