getAbsolutePublicPath * page.headerData.10.file = EXT:site_package/Resources/Public/manifest.json * page.headerData.10.stdWrap.wrap = */ class AssetPath { /** * @throws CanNotResolvePublicResourceException * @throws CanNotResolveSystemResourceException */ public function getAbsolutePublicPath(string $content, array $conf): string { return $content . GeneralUtility::getIndpEnv('TYPO3_SITE_URL') . ltrim((string)PathUtility::getSystemResourceUri( $conf['file'], null, new UriGenerationOptions(cacheBusting: false) ), '/'); } }