You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main Pelican build process generates a file called settings.js which includes three vars:
var base_url = “/“;
var build_uuid = “5144be18-993a-4aa4-bb2e-124dd2ce41b8”;
var tour_steps = {‘matrix’: ‘matrices/enterprise’, ‘technique’: ‘techniques/T1548’, ‘subtechnique’: ‘techniques/T1548/002’, ‘relationships’: {‘step3’: [‘T1003-004’, 5], ‘step2’: [‘T1555’, 3], ‘obj_id’: ‘software/S0349’}};
Two of these vars, base_url, and build_uuid are used by the search module.
The search module should be capable of generating or referencing these vars independently. We need to devise a solution that decouples these vars from the Pelican build process.
The text was updated successfully, but these errors were encountered:
The main Pelican build process generates a file called
settings.js
which includes three vars:Two of these vars,
base_url
, andbuild_uuid
are used by the search module.The search module should be capable of generating or referencing these vars independently. We need to devise a solution that decouples these vars from the Pelican build process.
The text was updated successfully, but these errors were encountered: