diff --git a/src/favicons/favicon.ico b/src/favicons/favicon.ico new file mode 100644 index 0000000..f97d26e Binary files /dev/null and b/src/favicons/favicon.ico differ diff --git a/src/index.html b/src/index.html index b285573..98255bc 100644 --- a/src/index.html +++ b/src/index.html @@ -5,6 +5,8 @@ PDF to Markdown + +
diff --git a/webpack.config.js b/webpack.config.js index 1dc8b32..9489cc1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -86,6 +86,12 @@ module.exports = { from: NODEMODULES_DIR + '/pdfjs-dist/build/pdf.worker.js', to: 'bundle.worker.js' }, + ]), + new CopyWebpackPlugin([ + { + from: SOURCE_DIR + '/favicons', + to: 'favicons' + }, ]) ] } \ No newline at end of file