Revert "chore: only generate og images locally"
This reverts commit 362afdb588
.
|
@ -48,9 +48,6 @@ export default async function (eleventyConfig) {
|
||||||
jsTruthy: true,
|
jsTruthy: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
// watch ignores
|
|
||||||
eleventyConfig.watchIgnores.add('src/assets/social-preview/**/*')
|
|
||||||
|
|
||||||
// passthrough
|
// passthrough
|
||||||
eleventyConfig.addPassthroughCopy('src/assets')
|
eleventyConfig.addPassthroughCopy('src/assets')
|
||||||
eleventyConfig.addPassthroughCopy('_redirects')
|
eleventyConfig.addPassthroughCopy('_redirects')
|
||||||
|
|
|
@ -3,29 +3,26 @@ import Image from '@11ty/eleventy-img'
|
||||||
import { minify } from 'terser'
|
import { minify } from 'terser'
|
||||||
|
|
||||||
export const svgToJpeg = () => {
|
export const svgToJpeg = () => {
|
||||||
if (process.env.ELEVENTY_RUN_MODE !== 'build') {
|
const socialPreviewImagesDir = '_site/assets/img/social-preview/'
|
||||||
const socialPreviewImagesInputDir = '_site/assets/img/social-preview/'
|
fs.readdir(socialPreviewImagesDir, (err, files) => {
|
||||||
const socialPreviewImagesOutputDir = 'src/assets/img/social-preview/'
|
if (!!files && files.length > 0) {
|
||||||
fs.readdir(socialPreviewImagesInputDir, (err, files) => {
|
files.forEach((fileName) => {
|
||||||
if (!!files && files.length > 0) {
|
if (fileName.endsWith('.svg')) {
|
||||||
files.forEach((fileName) => {
|
let imageUrl = socialPreviewImagesDir + fileName
|
||||||
if (fileName.endsWith('.svg')) {
|
Image(imageUrl, {
|
||||||
let imageUrl = socialPreviewImagesInputDir + fileName
|
formats: ['jpeg'],
|
||||||
Image(imageUrl, {
|
outputDir: './' + socialPreviewImagesDir,
|
||||||
formats: ['jpeg'],
|
filenameFormat: function (id, src, width, format) {
|
||||||
outputDir: './' + socialPreviewImagesOutputDir,
|
let outputFileName = fileName.substring(0, fileName.length - 4)
|
||||||
filenameFormat: function (id, src, width, format) {
|
return `${outputFileName}.${format}`
|
||||||
let outputFileName = fileName.substring(0, fileName.length - 4)
|
},
|
||||||
return `${outputFileName}.${format}`
|
})
|
||||||
},
|
}
|
||||||
})
|
})
|
||||||
}
|
} else {
|
||||||
})
|
console.log('⚠ No social images found')
|
||||||
} else {
|
}
|
||||||
console.log('⚠ No social images found')
|
})
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const minifyJsComponents = async () => {
|
export const minifyJsComponents = async () => {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "13.5.0",
|
"version": "13.4.3",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
export default async function () {
|
export default async function () {
|
||||||
return {
|
return process.env.NODE_ENV
|
||||||
production: process.env.ELEVENTY_RUN_MODE === 'build'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 13 KiB |