From b1d7acbdba3577a868bbf16b6818dac2213d4370 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 9 Sep 2024 15:13:05 -0500 Subject: [PATCH] set vite asset with APP_URL --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 0227feb..b650831 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ APP_KEY= APP_DEBUG=false APP_TIMEZONE=UTC APP_URL=http://localhost +ASSET_URL="${APP_URL}" APP_PORT=8000 APP_LOCALE=en