1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 07:45:32 -04:00

shoulda been using cross-fetch this whole time, oops

This commit is contained in:
2021-07-01 09:15:11 -04:00
parent e54a7817d9
commit 8da27cba81
6 changed files with 31 additions and 32 deletions

View File

@@ -48,7 +48,7 @@ function optimizeHtml() {
function optimizeImages() {
return gulp
.src(["public/**/*.{gif,jpg,jpeg,png,svg}", "!public/assets/emoji/*"], { base: "./" })
.src(["public/**/*.{gif,jpg,jpeg,png,svg}", "!public/assets/emoji/**/*"], { base: "./" })
.pipe(
imagemin([
imageminMozjpeg({