dfischer / meteor-prerenderio

A meteor wrapper for https://prerender.io/
56 stars 9 forks source link

set Content-Type using set #19

Closed ekatek closed 8 years ago

ekatek commented 8 years ago

'res.type' is not a function, we want to set the Content-Type (what we 'get') in the line above to the correct MIME type.

Fixes: https://github.com/dfischer/meteor-prerenderio/issues/9

dfischer commented 8 years ago

Awesome thanks