getAbsolutePublicPath * page.headerData.10.file = EXT:site_package/Resources/Public/manifest.json * page.headerData.10.stdWrap.wrap = */ class AssetPath { public function getAbsolutePublicPath(string $content, array $conf): string { return $content . GeneralUtility::getIndpEnv('TYPO3_SITE_URL') . ltrim(PathUtility::getPublicResourceWebPath($conf['file']), '/'); } }