mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 21:07:07 +01:00
Fix PNG output format for JSON Resume themes.
This commit is contained in:
@ -57,7 +57,7 @@ Definition of the JRSTheme class.
|
||||
action: 'transform',
|
||||
render: this.render,
|
||||
major: true,
|
||||
ext: pathInfo.extname.slice(1),
|
||||
ext: 'html',
|
||||
css: null
|
||||
}
|
||||
]},
|
||||
@ -66,7 +66,7 @@ Definition of the JRSTheme class.
|
||||
action: 'transform',
|
||||
render: this.render,
|
||||
major: true,
|
||||
ext: pathInfo.extname.slice(1),
|
||||
ext: 'pdf',
|
||||
css: null
|
||||
}
|
||||
]}
|
||||
|
Reference in New Issue
Block a user