Skip to content

Commit 3ed6eb8

Browse files
committed
change Url
1 parent 1b0eaa3 commit 3ed6eb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Theme.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,7 @@ public function getScreenshotName(): string|null
246246

247247
public function getScreenshotImageUrl(): string
248248
{
249-
$screenshotImagePath = $this->getAssetsPath($this->screenshot);
250-
251-
return $screenshotImagePath;
249+
return $this->url($this->screenshot);
252250
}
253251

254252
public function getScreenshotImageBase64(): string|null

0 commit comments

Comments
 (0)