Skip to content

Commit fb49e26

Browse files
add viewport to project export
1 parent f3da631 commit fb49e26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/export/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export async function exporter(
246246
: ''
247247
}
248248
249+
<meta name="viewport" content="width=device-width, initial-scale=1">
249250
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
250251
251252
<script>

0 commit comments

Comments
 (0)