Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 6853758

Browse files
author
Chiedo
committed
Minor
1 parent f87e4f3 commit 6853758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/BlogPostGenerator.js

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ tags: ${tagsHeading}
188188

189189
const zip = new JSZip();
190190
zip.file('index.md', this._getEditorContent())
191+
zip.file('.blank', '') // This makes sure a folder is created
191192

192193
if(this.state.featuredImage) {
193194
zip.file(this.state.featuredImage.file.name, this.state.featuredImage.file)

0 commit comments

Comments
 (0)