Skip to content

Commit

Permalink
Remove pages entry when embedding configuration (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Jan 3, 2025
1 parent 5a38224 commit f74ec19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index/index.cc
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ static auto index_main(const std::string_view &program,
// Save the configuration file too
auto configuration_copy = configuration;
configuration_copy.erase("schemas");
configuration_copy.erase("pages");

// TODO: Perform these with a Blaze helper function that applies schema
// "default"s to an instance
Expand Down

0 comments on commit f74ec19

Please sign in to comment.