feat: image generator

This commit is contained in:
Morten Olsen
2022-03-30 13:46:09 +02:00
parent 928d2ffaa2
commit a549a92077
17 changed files with 452 additions and 23 deletions

View File

@@ -13,7 +13,6 @@ const withLatex = (nextConfig = {}) => {
use: [{
loader: 'file-loader',
options: {
publicPath: `${nextConfig.assetPrefix || nextConfig.basePath || ''}/_next/static/images/`,
outputPath: `${outputPath}static/images/`,
name: "[name]-[hash].pdf",