Skip to content

Commit

Permalink
Fix assets reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SonjaTuro committed Mar 10, 2024
1 parent 359e270 commit 1f45c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuckmodeFilamentPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ public static function get(): static

public function getAudioAssetsPath(): string
{
return ltrim("vendor/{$this->getId()}/audio", '/');
return "/vendor/{$this->getId()}/audio";
}
}

0 comments on commit 1f45c8b

Please sign in to comment.