refactor: include themes in components folder

This commit is contained in:
Mo
2022-11-09 09:28:20 -06:00
parent ec7f915642
commit 711bea0166
11 changed files with 341 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ export function FillThemeComponentDefaults(
theme: Partial<ThemeFeatureDescription> & RequiredThemeFields,
): ThemeFeatureDescription {
if (!theme.index_path) {
theme.index_path = 'dist/dist.css'
theme.index_path = 'index.css'
}
theme.content_type = ContentType.Theme