Skip to content

Commit

Permalink
⏪ Revert changes to the assets config
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 5, 2024
1 parent ff293b1 commit b7d043f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config/assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'default' => 'bud',
'default' => 'theme',

/*
|--------------------------------------------------------------------------
Expand All @@ -31,16 +31,11 @@
*/

'manifests' => [
'bud' => [
'theme' => [
'path' => get_theme_file_path('public'),
'url' => get_theme_file_uri('public'),
'assets' => get_theme_file_path('public/manifest.json'),
'bundles' => get_theme_file_path('public/entrypoints.json'),
],
'vite' => [
'path' => get_theme_file_path('public'),
'url' => get_theme_file_uri('public'),
'bundles' => get_theme_file_path('public/build/manifest.json'),
],
]
],
];

0 comments on commit b7d043f

Please sign in to comment.