From aa657edc47259a0fcbdc9396eca35faf459bdd5f Mon Sep 17 00:00:00 2001 From: CreateSean Date: Tue, 24 May 2022 14:01:27 -0400 Subject: [PATCH] asset rev config update --- config/assetrev.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/assetrev.php b/config/assetrev.php index 7fb4169..a6c7fb7 100644 --- a/config/assetrev.php +++ b/config/assetrev.php @@ -36,6 +36,6 @@ // likely want to set this if the paths in your manifest file are going to // be different to the final intended asset URL. - 'assetUrlPrefix' => 'assets', + 'assetUrlPrefix' => '/assets', ];