layout
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-11 02:23:14 +02:00
parent f883655b3d
commit 9cf4322ffc
5 changed files with 339 additions and 887 deletions

View File

@@ -41,4 +41,9 @@ final class Assets
public function styles(): array { return $this->styles; }
public function headerScripts(): array { return $this->scriptsHeader; }
public function footerScripts(): array { return $this->scriptsFooter; }
public function versioned(string $path): string
{
return $path . '?v=' . rawurlencode($this->config->assetVersion);
}
}