authelia/web/src/utils/AssetPath.ts
2020-07-01 17:16:08 +10:00

7 lines
151 B
TypeScript

import { getBasePath } from "./BasePath";
__webpack_public_path__ = "/"
if (getBasePath() !== "") {
__webpack_public_path__ = getBasePath() + "/"
}