Skip to content

Commit db24c3a

Browse files
chore: Fix the previous update
1 parent b83c6de commit db24c3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/viola/src/stores/actions/setup-project.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export async function setupProject(projectId: string) {
2727
$sandbox.updateVivliostyleConfig((config) => {
2828
config.entryContext = 'contents';
2929
config.entry = [];
30-
config.title = '';
3130
config.theme = ['@vivliostyle/theme-base', './style.css'];
3231
});
3332
$sandbox.files['style.css'] = ref(

0 commit comments

Comments
 (0)