fix: 停用 asset_helper_tenancy 以修復 Vite 資源路徑
This commit is contained in:
@@ -134,7 +134,7 @@ return [
|
||||
* disable asset() helper tenancy and explicitly use tenant_asset() calls in places
|
||||
* where you want to use tenant-specific assets (product images, avatars, etc).
|
||||
*/
|
||||
'asset_helper_tenancy' => true,
|
||||
'asset_helper_tenancy' => false,
|
||||
],
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user