constants: fix cockpit constant

Since we are building the project under `cockpit-composer` we should change
the `BLUEPRINTS_DIR` constant.
This commit is contained in:
Gianluca Zuccarelli 2025-01-07 14:29:19 +00:00 committed by Sanne Raymaekers
parent 52a8b085eb
commit a1d1c4b72e

View file

@ -267,4 +267,4 @@ export const PAGINATION_COUNT = 0;
export const SEARCH_INPUT = '';
export const BLUEPRINTS_DIR =
'.local/share/cockpit/image-builder-frontend/blueprints';
'.local/share/cockpit/cockpit-image-builder/blueprints';