mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
refactor: use old paths, but keep new design
This commit is contained in:
committed by
Stefan Imhoff
parent
d920cb8197
commit
adf4084a42
@@ -2,7 +2,7 @@ const sharp = require('sharp');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
||||
const inputFolder = './src/images/cover/';
|
||||
const inputFolder = './public/assets/images/cover/';
|
||||
const outputFolder = './public/assets/images/og/';
|
||||
const resizeSize = { width: 1200, height: 675 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user