discourse/app/assets/javascripts/discourse-common/addon/helpers/base-path.js

9 lines
221 B
JavaScript

import getUrl from "discourse-common/lib/get-url";
import { registerRawHelper } from "discourse-common/lib/helpers";
registerRawHelper("base-path", basePath);
export default function basePath() {
return getUrl("");
}