UNPKG

ghost

Version:

The professional publishing platform

9 lines (7 loc) 261 B
const path = require('path'); module.exports = { uploadThumbnail(apiConfig, frame) { const parentFileName = path.basename(frame.data.url, path.extname(frame.data.url)); frame.file.name = `${parentFileName}_thumb${frame.file.ext}`; } };