From 8d81e1ba3e0cae5cbc8901928e360e7934c01877 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 6 Feb 2025 11:53:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20assets=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/assets.php | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 config/assets.php diff --git a/config/assets.php b/config/assets.php deleted file mode 100644 index 54d5ffd..0000000 --- a/config/assets.php +++ /dev/null @@ -1,40 +0,0 @@ - 'theme', - - /* - |-------------------------------------------------------------------------- - | Assets Manifests - |-------------------------------------------------------------------------- - | - | Manifests contain lists of assets that are referenced by static keys that - | point to dynamic locations, such as a cache-busted location. We currently - | support two types of manifest: - | - | assets: key-value pairs to match assets to their revved counterparts - | - | bundles: a series of entrypoints for loading bundles - | - */ - - 'manifests' => [ - 'theme' => [ - 'path' => get_theme_file_path('public'), - 'url' => get_theme_file_uri('public'), - 'bundles' => get_theme_file_path('public/build/manifest.json'), - ], - ], -];