1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-30 15:15:47 +00:00
gitea/web_src/js/publicpath.js

7 lines
275 B
JavaScript
Raw Normal View History

// This sets up the URL prefix used in webpack's chunk loading.
// This file must be imported before any lazy-loading is being attempted.
import {joinPaths} from './utils.js';
const {assetUrlPrefix} = window.config;
__webpack_public_path__ = joinPaths(assetUrlPrefix, '/');