DOCUMENTATION: Support showing images in markdown docs (#2207)

This commit is contained in:
catloversg
2025-06-21 01:24:06 +07:00
committed by GitHub
parent 694581cb52
commit 098bf0ffce
5 changed files with 33 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ module.exports = (env, argv) => {
},
},
},
{ test: /\.(ttf|woff2|png|jpe?g|gif|jp2|webp)$/, type: "asset/resource" },
{ test: /\.(ttf|woff2|png|jpe?g|gif|jp2|webp|svg)$/, type: "asset/resource" },
{
test: /\.s?css$/,
use: ["style-loader", "css-loader"],