authelia/web/src/utils/AssetPath.ts

7 lines
151 B
TypeScript
Raw Normal View History

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