We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209ae0a commit ae57557Copy full SHA for ae57557
src/vuegen/config_manager.py
@@ -384,7 +384,7 @@ def create_yamlconfig_fromdir(
384
file_in_main_section_dir.name.lower() == "description.md"
385
or "home_image" in file_in_main_section_dir.name.lower()
386
):
387
- continue # Skip description files and home_image in the main section
+ continue # Skip description file and home_image in the main section
388
component_config = self._create_component_config_fromfile(
389
file_in_main_section_dir
390
)
0 commit comments